Type Method
applyVersionNumber(_:objects:) applyVersionNumber:objects: applyVersionNumber_objects_
Declaration
class func applyVersionNumber(_ stringValue: String, objects: [Any]) -> StringDeclaration
+ (NSString *) applyVersionNumber:(NSString *) stringValue objects:(NSArray *) objects;Declaration
applyVersionNumber_objects_(stringValue: str, objects: list) -> str