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