Declaration

var key: String? { get set }

Declaration

@property (nonatomic, strong) NSString * key;

Declaration

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