// // Userinfomodel.h // jitao // // Created by 罗云飞 on 2017/12/15. // Copyright © 2017年 罗云飞. All rights reserved. // #import @interface Userinfomodel : JSONModel @property (nonatomic,copy) NSString *headPortraitUrl ;//头像地址 @property (nonatomic,copy) NSString *nickname;//昵称 @end