// // RoomHighValueGiftBanner.h // YuMi // // Created by P on 2024/11/1. // #import @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