YBPlayVC.h 358 B

12345678910111213141516171819202122
  1. //
  2. // YBPlayVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/11/29.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. @interface YBPlayVC : YBBaseViewController
  10. @property(nonatomic,strong)NSDictionary *playDic;
  11. @property(nonatomic,strong)NSArray *listArray;
  12. @property(nonatomic,assign)NSInteger currentIndex;
  13. @end