hello word
你好
你好
你好
你好
你好
哈哈哈
第一列 | 第二列 | 第三列 |
---|---|---|
第一列 | 第二列 | 第三列 |
第一列 | 第二列 | 第三列 |
第一列 | 第二列 | 第三列 |
第一列 | 第二列 | 第三列 |
第一列 | 第二列 | 第三列 |
#import "GroupGuest.h"
@implementation GroupGuest
-(instancetype)initWithDict:(NSDictionary *)dict {
self = [super init];
if (self) {
self.groupGuestID = [dict[@"uid"] integerValue];
self.applyCount = [dict[@"apply_num"] integerValue];
self.greatCount = [dict[@"praise_num"] integerValue];
self.viewCount = [dict[@"pageview"] integerValue];
self.nickname = dict[@"nickname"];
self.isVerified = [dict[@"status"] boolValue];
self.companyName = dict[@"bank_name"];
self.avatarURL = dict[@"icon"];
self.hasAdd = [dict[@"is_add"] boolValue];
self.distance = [dict[@"distance"] floatValue];
self.locationTime = [dict[@"location_time_dff"] integerValue];
self.homeURL = dict[@"url"];
self.imid = dict[@"im_id"];
}
return self;
}
@end
标签
你好
ios
ces
--------------------
- 你好
- 你好
- 你好