Files
peko-ios/YuMi/Modules/YMRoom/View/AnimationView/RoomHighValueGiftBannerAnimation.h
2025-01-15 19:02:58 +08:00

23 lines
361 B
Objective-C

//
// RoomHighValueGiftBanner.h
// YuMi
//
// Created by P on 2024/11/1.
//
#import <UIKit/UIKit.h>
@class AttachmentModel;
NS_ASSUME_NONNULL_BEGIN
@interface RoomHighValueGiftBannerAnimation : UIView
+ (void)display:(UIView *)superView
with:(AttachmentModel *)attachment
complete:(void(^)(void))complete;
@end
NS_ASSUME_NONNULL_END