XYRedPacketQueueEnterView.h 393 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // XYRedPacketQueueEnterView.h
  3. // Timi
  4. //
  5. // Created by gy on 2021/11/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface XYRedPacketQueueEnterView : UIView
  10. @property (nonatomic, strong) XYLiveRoomMessageInfo *info;
  11. - (void)setup;
  12. - (void)clear;
  13. - (void)reload;
  14. - (void)endTime;
  15. /// 查看红包介绍详情
  16. - (void)contentViewAction;
  17. @end
  18. NS_ASSUME_NONNULL_END