| 123456789101112131415161718192021222324 |
- //
- // MOGiftNumView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/8/22.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOGiftNumView : UIView
- @property (nonatomic, strong) MOGiftInfo *giftInfo;
- @property (nonatomic, assign) NSInteger theNum;
- + (instancetype)moGiftNumView;
- - (void)toShowNewNumber;
- @end
- NS_ASSUME_NONNULL_END
|