YBDayTaskView.h 361 B

12345678910111213141516171819202122
  1. //
  2. // YBDayTaskView.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2020/10/9.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBDayTaskView : UIView
  11. @property(nonatomic,strong)NSString *liveuid;
  12. +(instancetype)showRoomDayTask;
  13. -(void)requestListData;
  14. -(void)dismissView;
  15. @end
  16. NS_ASSUME_NONNULL_END