MORedPacketInfoView.h 283 B

123456789101112131415161718
  1. //
  2. // MORedPacketInfoView.h
  3. // MiMoLive
  4. //
  5. // Created by MiMo on 2025/5/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MORedPacketInfoView : UIView
  10. - (void)setDiamondCount:(NSInteger)diamondCount itemCount:(NSInteger)itemCount;
  11. @end
  12. NS_ASSUME_NONNULL_END