We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 415492e + fe1dd2e commit 96b7ca1Copy full SHA for 96b7ca1
MJExtension/NSObject+MJProperty.m
@@ -64,7 +64,7 @@ + (id)propertyKey:(NSString *)propertyName
64
}
65
// 兼容旧版本
66
if ([self respondsToSelector:@selector(replacedKeyFromPropertyName121:)]) {
67
- key = [self performSelector:@selector(replacedKeyFromPropertyName121) withObject:propertyName];
+ key = [self performSelector:@selector(replacedKeyFromPropertyName121:) withObject:propertyName];
68
69
70
// 调用block
0 commit comments