// // CoachOrderCommentVC.h // jiaPei // // Created by apple on 16/6/30. // Copyright © 2016年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface CoachOrderCommentVC : UIViewController @property (nonatomic, copy) NSString *coachID; @end