Instance Property
annotation
Additional display-only text. The value @" (123)" is appended using the system placeholder text color and is omitted while editing.
Declaration
var annotation: String! { get set }Declaration
@property (nonatomic, copy) NSString * annotation;Declaration
annotation() -> str
setAnnotation_(annotation: str)