Declaration

var typeName: String { get set }

Declaration

@property (nonatomic, strong) NSString * typeName;

Declaration

typeName() -> str
setTypeName_(typeName: str)