Instance Property
notes
Additional notes about the block that are not part of the code.
Declaration
var notes: String { get set }Declaration
@property (nonatomic, strong) NSString * notes;Declaration
notes() -> str
setNotes_(notes: str)Instance Property
Additional notes about the block that are not part of the code.
var notes: String { get set }@property (nonatomic, strong) NSString * notes;notes() -> str
setNotes_(notes: str)