Files
mier_ios/SweetParty/主类/音悦新增/仲夏夜梦曲/DDCaiMyRecordCell.h
2025-08-11 10:43:19 +08:00

36 lines
1.1 KiB
Objective-C
Executable File

//
// DDCaiMyRecordCell.h
// romantic
//
// Created by bj_szd on 2023/7/19.
// Copyright © 2023 romantic. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DDCaiAllRecordModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface DDCaiMyRecordCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *timeLab;
@property (weak, nonatomic) IBOutlet UILabel *winLab;
@property (weak, nonatomic) IBOutlet UIView *giftView_1;
@property (weak, nonatomic) IBOutlet UIImageView *giftImgV_1;
@property (weak, nonatomic) IBOutlet UILabel *giftNumLab_1;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *giftNumWidthCon_1;
@property (weak, nonatomic) IBOutlet UIView *giftView_2;
@property (weak, nonatomic) IBOutlet UIImageView *giftImgV_2;
@property (weak, nonatomic) IBOutlet UILabel *giftNumLab_2;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *giftNumWidthCon_2;
@property (weak, nonatomic) IBOutlet UILabel *statusLab;
@property (weak, nonatomic) IBOutlet UILabel *joinLab;
@property (nonatomic, strong) DDCaiAllRecordModel *model;
@end
NS_ASSUME_NONNULL_END