// // PBComponentHierarchyView.h // IphoneBIMe // // Created by zjf on 2020/11/9. // Copyright © 2020 ProBIM. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface PBComponentHierarchyView : UIView @property (nonatomic, assign) NSInteger visualViewHeight; @property (nonatomic, strong) NSArray *dataArr; - (void)show; @end NS_ASSUME_NONNULL_END