// // NeighbourTableView.h // jiaPei // // Created by apple on 2017/6/30. // Copyright © 2017年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface NeighbourTableView : UITableView @property (nonatomic, assign) BOOL isCanPan; @end