Declaration

var title: String? { get set }

Declaration

@property (copy) NSString * title;

Declaration

pyobjc_instanceMethods.title() -> str
pyobjc_instanceMethods.setTitle_(title: str)