Files
peko-ios/YuMi/Modules/YMRoom/View/Common/BravoGiftBannerView.h
AI Health Developer 40311a1d85 完成 1.0.26 需求
2025-04-21 13:52:13 +08:00

19 lines
341 B
Objective-C

#import <UIKit/UIKit.h>
@class AttachmentModel;
NS_ASSUME_NONNULL_BEGIN
@interface BravoGiftBannerView : UIView
+ (void)display:(UIView *)superView
inRoomUid:(NSInteger)roomUid
with:(AttachmentModel *)attachment
complete:(void(^)(void))complete
exitCurrentRoom:(void(^)(void))exit;
@end
NS_ASSUME_NONNULL_END