Instance Method
customParameter(forKey:)customParameterForKey:customParameterForKey_
The customParameters where name == Key
Declaration
func customParameter(forKey key: String) -> GSCustomParameter?Declaration
- (GSCustomParameter *) customParameterForKey:(NSString *) key;Declaration
customParameterForKey_(key: str) -> GSCustomParameter