// // PBModuleTableViewCell.h // IphoneBIMe // // Created by ZhangJF on 2022/8/23. // Copyright © 2022 ProBIM. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface PBModuleTableViewCell : UITableViewCell @property (nonatomic, strong) NSDictionary *dict; @end NS_ASSUME_NONNULL_END