// // YYMineRoomListCell.h // SweetParty // // Created by bj_szd on 2022/6/8. // #import #import "SPFocusFansModel.h" NS_ASSUME_NONNULL_BEGIN @interface YYMineRoomListCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *avatarImgV; @property (weak, nonatomic) IBOutlet UILabel *nicknameLab; @property (weak, nonatomic) IBOutlet UILabel *IDLab; @property (weak, nonatomic) IBOutlet UILabel *userTypeLab; @property (weak, nonatomic) IBOutlet UIButton *cituiBtn; @property (weak, nonatomic) IBOutlet UIButton *jinruBtn; @property (nonatomic, strong) SPFocusFansModel *model; @end NS_ASSUME_NONNULL_END