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