// // TCSListVC.h // LN_School // // Created by apple on 2017/12/12. // Copyright © 2017年 Danson. All rights reserved. // #import @interface TCSListVC : UIViewController /** T:训练场 C:理论教室 S:报名点*/ @property (nonatomic, copy) NSString *vcType; @end