OnlineLearningDetailViewController.h 547 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
//
//  OnlineLearningDetailViewController.h
//  Lighting
//
//  Created by 曹云霄 on 2016/11/25.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import "BaseViewController.h"
10
#import "VideoListViewController.h"
11 12 13

@interface OnlineLearningDetailViewController : BaseViewController

14 15 16


/**
17
 学习项
18
 */
19 20
@property (nonatomic,copy) TOStudyTypeEntity *studyTypeEntity;

21 22 23 24
/**
 学习数据
 */
@property (nonatomic,strong) StudyTaskResponse *studyResult;
25

26
@property (strong, nonatomic) NSIndexPath *interIndex;
27
@end