Type Method
customValue(forKeys:from:) customValueForKeys:fromObjects: customValueForKeys_fromObjects_
Declaration
class func customValue(forKeys keys: [Any], from objects: [Any]) -> Any?Declaration
+ (id) customValueForKeys:(NSArray *) keys fromObjects:(NSArray *) objects;Declaration
customValueForKeys_fromObjects_(keys: list, objects: list) -> object