// // PBScrollVpView.h // IphoneBIMe // // Created by ZhangJF on 2022/10/20. // Copyright © 2022 ProBIM. All rights reserved. // #import @class PBViewPointModel; NS_ASSUME_NONNULL_BEGIN @interface PBScrollVpView : UIView @property (nonatomic, strong) NSArray *vpArr; @property (nonatomic, copy) void (^saveBlock)(PBViewPointModel *data); @end NS_ASSUME_NONNULL_END