//
|
// PBStructureViewController.h
|
// IphoneBIMe
|
//
|
// Created by ZJF on 2020/4/2.
|
// Copyright © 2020 ProBIM. All rights reserved.
|
//
|
|
#import <UIKit/UIKit.h>
|
@class PBExamineAddModel;
|
@class PBProjectModel;
|
@class PBExamineAddModel;
|
NS_ASSUME_NONNULL_BEGIN
|
|
@interface PBStructureViewController : UIViewController
|
@property (nonatomic, strong) PBProjectModel *projectModel;
|
@property (nonatomic, strong) NSString *structureId;
|
@property (nonatomic, strong) PBExamineAddModel *examineAddModel;
|
@end
|
|
NS_ASSUME_NONNULL_END
|