// // DDCaiMyRecordCell.h // romantic // // Created by bj_szd on 2023/7/19. // Copyright © 2023 romantic. All rights reserved. // #import #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