Declaration

var key: String! { get set }

Declaration

@property (nonatomic, copy) NSString * key;

Declaration

key() -> str
setKey_(key: str)