// // LuckyGiftWinningFlagView.h // YuMi // // Created by P on 2024/9/10. // #import @class AttachmentModel; NS_ASSUME_NONNULL_BEGIN @interface LuckyGiftWinningFlagView : UIView + (void)display:(UIView *)superView with:(AttachmentModel *)attachment roomID:(NSInteger)roomID uID:(NSString *)UID; @end NS_ASSUME_NONNULL_END