SelfAppointmentVC.h 363 B

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