This commit is contained in:
启星
2025-09-08 08:49:04 +08:00
parent ddeec09ea5
commit 349cab1499
290 changed files with 8627 additions and 760 deletions

View File

@@ -0,0 +1,17 @@
//
// QXAgePraizeRuleView.h
// QXLive
//
// Created by 启星 on 2025/8/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXAgePraizeRuleView : UIView
@property (nonatomic,strong)NSString *rule;
-(void)showInView:(UIView *)view;
@end
NS_ASSUME_NONNULL_END