SuggestVC.h 308 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //
  2. // SuggestVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 15/11/29.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SuggestVC : UIViewController
  10. /**
  11. 。1驾校,2教练,3系统
  12. */
  13. @property(nonatomic,assign)int type;
  14. @end