// // PBMoreFunctionView.h // IphoneBIMe // // Created by zjf on 2018/7/27. // Copyright © 2018年 ProBIM. All rights reserved. // #import @interface PBMoreFunctionView : UIView @property (nonatomic, strong) NSArray *dataArr; @property (nonatomic, strong) NSString *title; @property (nonatomic, assign) NSInteger visualViewHeight; @property (nonatomic, copy) void(^seletedIndexBlock)(NSInteger index); - (void)show; @end