Files
peko-ios/YuMi/Modules/YMTabbar/View/PIFullScreenBannerAnimation.h
eggmanQQQ c7aea082be 1. 优化动态名字部分的显示效果
2. 修正部分错误的单词
2024-07-17 18:06:24 +08:00

26 lines
904 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)receiveCandyTreeGiftHighLevel:(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;
- (void)receiveNobleLevelUp:(AttachmentModel *)attachment;
-(void)receiveRoomGeneralFloatingScreen:(AttachmentModel *)attacment;
@end
NS_ASSUME_NONNULL_END