20 lines
313 B
Objective-C
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
|