| 12345678910111213141516171819202122 |
- //
- // YBPlayVC.h
- // YBVideo
- //
- // Created by YB007 on 2019/11/29.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- @interface YBPlayVC : YBBaseViewController
- @property(nonatomic,strong)NSDictionary *playDic;
- @property(nonatomic,strong)NSArray *listArray;
- @property(nonatomic,assign)NSInteger currentIndex;
- @end
|