Files
mier_ios/SweetParty/主类/RCMic/Room/Box/九宫格转盘/ZhuanzhuanLotteryItem.m
2025-08-11 10:43:19 +08:00

20 lines
313 B
Objective-C

//
// ZhuanzhuanLotteryItem.m
// romantic
//
// Created by Xmac on 2024/7/11.
// Copyright © 2024 romantic. All rights reserved.
//
#import "ZhuanzhuanLotteryItem.h"
@implementation ZhuanzhuanLotteryItem
-(void)onUpdateBigUI {
self.bgImgV.image = ImageNamed(@"zhuanzhuan_gift_bg_nor");
}
@end