增加换肤功能
This commit is contained in:
19
QXLive/Tabbar/弹窗/QXFirstRechargePopView.h
Normal file
19
QXLive/Tabbar/弹窗/QXFirstRechargePopView.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// QXFirstRechargePopView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/5/13.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXFirstRechargePopView : UIView
|
||||
@property (nonatomic,copy)void(^closeActionBlock)(void);
|
||||
@property (nonatomic,copy)void(^rechargeActionBlock)(NSString*money);
|
||||
@property (nonatomic,strong)NSArray *giftArray;
|
||||
-(void)reloadData;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user