//
|
// PBApplyInspectionViewController.h
|
// IphoneBIMe
|
//
|
// Created by zjf on 2019/2/28.
|
// Copyright © 2019 ProBIM. All rights reserved.
|
//
|
|
#import "WKAvoidKeyboardViewController.h"
|
@class PBExamineListModel;
|
@class PBProjectModel;
|
NS_ASSUME_NONNULL_BEGIN
|
|
@interface PBApplyInspectionViewController : UIViewController
|
@property (nonatomic, strong) PBExamineListModel *examineListModel;
|
@property (nonatomic, strong) PBProjectModel *projectModel;
|
@property (nonatomic, copy) void(^UpdateRecordListBlock)(void);
|
@property (nonatomic, assign) BOOL isBackList;
|
@end
|
|
NS_ASSUME_NONNULL_END
|