123456789101112131415161718192021222324 |
- //
- // XYVoiceRoomRechargeBtnView.h
- // Timi
- //
- // Created by gy on 2021/3/9.
- //
- #import "BaseView.h"
- #import "XYLiveRoomActivityInfo.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYVoiceRoomRechargeBtnView : BaseView
- - (void)setup;
- /// 所有活动的数组
- @property (nonatomic, strong) NSMutableArray<XYLiveRoomActivityInfo *> *allActivityArrs;
- - (void)clear;
- @end
- NS_ASSUME_NONNULL_END
|