24 lines
775 B
Objective-C
24 lines
775 B
Objective-C
//
|
|
// PIFullScreenBannerAnimation.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2023/7/12.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "PIBaseAnimationViewModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PIFullScreenBannerAnimation : NSObject
|
|
- (void)receiveGift:(GiftReceiveInfoModel *)receiveInfo;
|
|
- (void)receiveCandyTreeGiftHighLevle:(AttachmentModel *)attatchment;
|
|
- (void)receiveLuckyGiftBigPrize:(AttachmentModel *)attachment;
|
|
-(void)receiveRoomGraffitiStarKitchen:(AttachmentModel *)attacment;
|
|
- (void)receiveTreasureFairyGiftHighLevel:(AttachmentModel *)attatchment ;
|
|
-(void)receiveTarotBanner:(AttachmentModel *)attachment;
|
|
-(void)receiveCommonH5Banner:(AttachmentModel *)attachment;
|
|
- (void)receiveAnchorHourRank:(AttachmentModel *)attachment;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|