// // EvaluationAndPayVC.h // jiaPei // // Created by apple on 16/6/8. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface EvaluationAndPayVC : UIViewController //订单的信息 @property (nonatomic, retain) NSDictionary *dataDic; @end