// // GameUniversalBannerView.h // YuMi // // Created by P on 2024/10/15. // #import @class SVGAVideoEntity, PIUniversalBannerModel, AttachmentModel; NS_ASSUME_NONNULL_BEGIN @interface GameUniversalBannerView : UIView @property (nonatomic, strong) SVGAVideoEntity *entity; @property (nonatomic, strong) PIUniversalBannerModel *model; + (void)display:(UIView *)superView with:(AttachmentModel *)attachment complete:(void(^)(void))complete goToGame:(void(^)(NSInteger gameID))go; @end NS_ASSUME_NONNULL_END