Declaration

var note: String! { get set }

Declaration

@property (nonatomic, strong) NSString * note;

Declaration

note() -> str
setNote_(note: str)