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