年度礼物飘屏
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// XPRoomYearActivityView.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by GLEN on 2022/11/26.
|
||||
// 年度活动
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "XPRoomGiftBroadCastModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol XPRoomYearActivityViewDelegate <NSObject>
|
||||
|
||||
///点击了进入房间
|
||||
- (void)xPRoomYearActivityViewEnterRoom:(NSString *)roomUid;
|
||||
|
||||
@end
|
||||
|
||||
@interface XPRoomYearActivityView : UIView
|
||||
|
||||
@property (nonatomic, strong) XPRoomGiftBroadCastModel *model;
|
||||
///代理
|
||||
@property (nonatomic,weak) id<XPRoomYearActivityViewDelegate> delegate;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user