YBLiveListVC.h 217 B

12345678910111213141516171819
  1. //
  2. // YBLiveListVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/12/4.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. @interface YBLiveListVC : YBBaseViewController
  10. @end