// // NeighbourBMKPointAnnotation.h // jiaPei // // Created by apple on 2017/6/30. // Copyright © 2017年 JCZ. All rights reserved. // #import @interface NeighbourBMKPointAnnotation : BMKPointAnnotation ///所包含annotation个数 @property (nonatomic, assign) NSInteger size; @property (nonatomic, strong) NSDictionary *dataDic; @end