Initializer
init(key:value:) initWithKey:value: initWithKey_value_
Declaration
init(key: GSPropertyName, value: String)Declaration
- (instancetype) initWithKey:(GSPropertyName) key value:(NSString *) value;Declaration
initWithKey_value_(key: GSPropertyName, value: str) -> GSInfoProperty