- //
- // NeighbouringVC.h
- // jiaPei
- //
- // Created by apple on 2017/6/27.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface NeighbouringVC : RQBaseViewController
- @property(nonatomic,assign)BOOL isPushed;//是否被push进来的
- @end
|