Files
yuyin_ios/SweetParty/主类/RCMic/Room/Box/九宫格转盘/ZhuanzhuanLotteryItem.h
2025-08-08 11:05:33 +08:00

27 lines
524 B
Objective-C

//
// ZhuanzhuanLotteryItem.h
// romantic
//
// Created by Xmac on 2024/7/11.
// Copyright © 2024 romantic. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ZhuanzhuanLotteryItem : UIView
@property (weak, nonatomic) IBOutlet UIImageView *bigbgImg;
@property (weak, nonatomic) IBOutlet UIImageView *bgImgV;
@property (weak, nonatomic) IBOutlet UILabel *giftPriceLab;
@property (weak, nonatomic) IBOutlet UILabel *giftNameLabel;
-(void)onUpdateBigUI;
@end
NS_ASSUME_NONNULL_END