Skip to content

一些小的点 #772

@CodeForYang

Description

@CodeForYang

代码小笔误
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions