// // CoachDetailVC.h // jiaPei // // Created by apple on 16/4/28. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface CoachDetailVC : UIViewController @property (nonatomic, strong) NSDictionary *infoDic; @property (nonatomic, copy) NSString *orderType; @end