// // RQCommonAvatarItemViewModel.h // RQCommon // // Created by 张嵘 on 2018/11/27. // Copyright © 2018 张嵘. All rights reserved. // 头像 #import "RQCommonArrowItemViewModel.h" @interface RQCommonAvatarItemViewModel : RQCommonArrowItemViewModel /// 用户头像 @property (nonatomic, readwrite, copy) NSString *avatar; @end