// // LuckyGiftWinningBannerView.h // YuMi // // Created by P on 2024/9/10. // #import @class AttachmentModel; NS_ASSUME_NONNULL_BEGIN @interface LuckyGiftWinningBannerView : UIView @property (nonatomic, copy) void(^didTapBanner)(NSInteger roomID); + (void)display:(UIView *)superView inRoomUid:(NSInteger)roomUid with:(AttachmentModel *)attachment complete:(void(^)(void))complete exitCurrentRoom:(void(^)(void))exit; @end NS_ASSUME_NONNULL_END