-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
代码小笔误
1.> - (void)setPorpertyKeys:(NSArray *)propertyKeys forClass:(Class)c 名字拼写错误(setProperty...)
2.> + (NSMutableArray *)mj_properties
{
NSMutableArray *cachedProperties = [self mj_propertyDictForKey:&MJCachedPropertiesKey][NSStringFromClass(self)];
if (cachedProperties == nil) {//判断
if (cachedProperties == nil) {//判断 - 这里做了两次判断...
}
3.> 如果有这种属性呢
@interface MJPerson : NSObject
@Property (nonatomic)char *nickName;
@EnD
Metadata
Metadata
Assignees
Labels
No labels