Files
mier_ios/SweetParty/主类/Mine/View/YYMineRoomListCell.h
2025-08-11 10:43:19 +08:00

27 lines
645 B
Objective-C
Executable File

//
// YYMineRoomListCell.h
// SweetParty
//
// Created by bj_szd on 2022/6/8.
//
#import <UIKit/UIKit.h>
#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