// // LeftViewController.h // YRSideViewController // // Created by 王晓宇 on 14-5-10. // Copyright (c) 2014年 YueRuo. All rights reserved. // #import #import "TrafficRulesViewController.h" #import "SuggestVC.h" #import "ExerciseVC.h" #import "SchDetailVC.h" @interface LeftViewController : UIViewController @property(nonatomic,copy)NSString* schoolId; @end /**看了一下源码的leftVC,跳转也用的是 presentViewController, 而不是 push */