LeeVideoVC.h 438 B

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