// // MOGiftNumView.h // MiMoLive // // Created by SuperC on 2024/8/22. // #import 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