Declaration

var notes: String { get set }

Declaration

@property (nonatomic, strong) NSString * notes;

Declaration

notes() -> str
setNotes_(notes: str)