1234567891011121314151617181920 |
- //
- // SelfAppointmentVC.h
- // jiaPei
- //
- // Created by apple on 16/5/4.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SelfAppointmentVC : UIViewController
- @property (nonatomic, copy) NSString *sfzhm;
- /**
- * type type为1是从学员进入 2是从主页进入
- */
- @property (nonatomic, copy) NSString *type;
- @end
|