123456789101112131415161718192021 |
- //
- // LeeVideoVC.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/3/8.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface LeeVideoVC : UIViewController
- @property (nonatomic, retain) NSDictionary *dataDic;
- //1是科一。4是科4
- @property(assign,nonatomic)int subject;
- //跳转下载视频。。原谅我在当前vc的手足无措
- @property(copy,nonatomic)BlockTypeVo goDownLoadBlock;
- @end
|