1234567891011121314151617181920212223242526272829 |
- //
- // XYRedPacketQueueEnterView.h
- // Timi
- //
- // Created by gy on 2021/11/22.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface XYRedPacketQueueEnterView : UIView
- @property (nonatomic, strong) XYLiveRoomMessageInfo *info;
- - (void)setup;
- - (void)clear;
- - (void)reload;
- - (void)endTime;
- /// 查看红包介绍详情
- - (void)contentViewAction;
- @end
- NS_ASSUME_NONNULL_END
|