CNLiveAlertTipView.h 281 Bytes
//
//  CNLiveAlertTipView.h
//  CNLiveCServiceModule
//
//  Created by CNLive on 2021/12/3.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveAlertTipView : UIView
+ (void)showTipsInViewSureBlock:(void(^)(BOOL neverShow))sureBlock;
@end

NS_ASSUME_NONNULL_END