ScoreRulesView.h
274 字节
//
// ScoreRulesView.h
// DreamSleep
//
// Created by peter on 2022/7/2.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/// 积分规则弹框
@interface ScoreRulesView : UIView
- (void)showRulesAlertViewWithData:(NSArray *)rulesArr;
@end
NS_ASSUME_NONNULL_END