ApplyVC.h 275 B

123456789101112131415
  1. //
  2. // ApplyVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 15/12/9.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. #import <UIKit/UIKit.h>
  8. @interface ApplyVC : UIViewController
  9. @property (nonatomic, copy) NSString *jxbh;
  10. @property (nonatomic, copy) NSString *jxmc;
  11. @end