// // ApplyVC.h // jiaPei // // Created by apple on 15/12/9. // Copyright (c) 2015年 JCZ. All rights reserved. #import @interface ApplyVC : UIViewController @property (nonatomic, copy) NSString *jxbh; @property (nonatomic, copy) NSString *jxmc; @end