// // PBSchedulePlanViewController.h // IphoneBIMe // // Created by ZhangJF on 2022/8/22. // Copyright © 2022 ProBIM. All rights reserved. // #import @class PBProjectModel; NS_ASSUME_NONNULL_BEGIN @interface PBSchedulePlanViewController : UIViewController @property (nonatomic, strong) PBProjectModel *projectModel; @property (nonatomic, copy) void (^SaveSuccessBlock)(void); @end NS_ASSUME_NONNULL_END