| 12345678910111213141516171819202122 |
- //
- // YBDayTaskView.h
- // YBVideo
- //
- // Created by YB007 on 2020/10/9.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBDayTaskView : UIView
- @property(nonatomic,strong)NSString *liveuid;
- +(instancetype)showRoomDayTask;
- -(void)requestListData;
- -(void)dismissView;
- @end
- NS_ASSUME_NONNULL_END
|