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