// // PBChooseModelViewController.h // IphoneBIMe // // Created by zjf on 2018/12/17. // Copyright © 2018 ProBIM. All rights reserved. // #import "PBModelListViewController.h" @class PBExamineAddModel; @interface PBChooseModelViewController : PBModelListViewController @property (nonatomic, strong) PBExamineAddModel *examineAddModel; @end