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