23 lines
380 B
C
23 lines
380 B
C
![]() |
//
|
||
|
// LuckyGiftWinningFlagView.h
|
||
|
// YuMi
|
||
|
//
|
||
|
// Created by P on 2024/9/10.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
@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
|