// // PBPointAnnotation.h // IphoneBIMe // // Created by zjf on 2020/5/13. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBProjectModel; NS_ASSUME_NONNULL_BEGIN @interface PBPointAnnotation : MAPointAnnotation @property (nonatomic, strong) PBProjectModel *projectModel; @end NS_ASSUME_NONNULL_END