Declaration

var title: String! { get set }

Declaration

@property (copy) NSString * title;

Declaration

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