// // orderCommentVC.h // jiaPei // // Created by EchoShacolee on 2017/2/21. // Copyright © 2017年 JCZ. All rights reserved. // #import @interface orderCommentVC : UIViewController @property(nonatomic,retain)NSDictionary *dic; @property(nonatomic,assign)NSInteger type;//1订单,2学时 @end