Files
mier_ios/SweetParty/主类/音悦新增/酒吧厅&新人厅/YYXinrenTop3Cell.h
2025-08-11 10:43:19 +08:00

25 lines
529 B
Objective-C
Executable File

//
// YYXinrenTop3Cell.h
// SweetParty
//
// Created by bj_szd on 2022/6/8.
//
#import <UIKit/UIKit.h>
#import "YYXinrenTop3Model.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYXinrenTop3Cell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *orderLab;
@property (weak, nonatomic) IBOutlet UIImageView *avatarImgV;
@property (weak, nonatomic) IBOutlet UILabel *nicknameLab;
@property (weak, nonatomic) IBOutlet UILabel *valueLab;
@property (nonatomic, strong) YYXinrenTop3Model *model;
@end
NS_ASSUME_NONNULL_END