Declaration

var annotation: String! { get set }

Declaration

@property (nonatomic, copy) NSString * annotation;

Declaration

annotation() -> str
setAnnotation_(annotation: str)