| 123456789101112131415161718 |
- //
- // MORedPacketInfoView.h
- // MiMoLive
- //
- // Created by MiMo on 2025/5/17.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MORedPacketInfoView : UIView
- - (void)setDiamondCount:(NSInteger)diamondCount itemCount:(NSInteger)itemCount;
- @end
- NS_ASSUME_NONNULL_END
|