Files
peko-ios/YuMi/Modules/YMTabbar/View/PIFullScreenBannerAnimation.h

24 lines
775 B
C
Raw Normal View History

2023-07-14 18:50:55 +08:00
//
// 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;
2023-08-16 14:21:58 +08:00
- (void)receiveTreasureFairyGiftHighLevel:(AttachmentModel *)attatchment ;
2023-09-14 11:16:47 +08:00
-(void)receiveTarotBanner:(AttachmentModel *)attachment;
-(void)receiveCommonH5Banner:(AttachmentModel *)attachment;
2023-09-25 16:02:57 +08:00
- (void)receiveAnchorHourRank:(AttachmentModel *)attachment;
2023-07-14 18:50:55 +08:00
@end
NS_ASSUME_NONNULL_END