提交
This commit is contained in:
@@ -6,15 +6,22 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
typedef NS_ENUM(NSInteger) {
|
||||
/// 撩他
|
||||
QXSeductionAlertTypeSeduction = 0,
|
||||
/// 小黑屋送礼物
|
||||
QXSeductionAlertTypeSendGift = 1,
|
||||
}QXSeductionAlertType;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXSeductionAlertView : UIView
|
||||
@property (nonatomic,copy)void(^commitBlock)(void);
|
||||
@property (nonatomic,copy)void(^commitBlock)(BOOL isNoAlert);
|
||||
@property (nonatomic,copy)void(^cancelBlock)(void);
|
||||
@property (nonatomic,strong)QXRoomPitModel *pitModel;
|
||||
@property (nonatomic,strong)QXGiftModel *giftModel;
|
||||
@property (nonatomic,strong)NSString *sexy_coin;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@property (nonatomic,assign)QXSeductionAlertType alertType;
|
||||
-(void)showInView:(UIView *)view;
|
||||
|
||||
-(void)hide;
|
||||
|
||||
Reference in New Issue
Block a user