// // PBScheduleTableViewCell.h // IphoneBIMe // // Created by ZhangJF on 2022/8/22. // Copyright © 2022 ProBIM. All rights reserved. // #import @class PBScheduleListModel; @class PBProjectModel; NS_ASSUME_NONNULL_BEGIN @interface PBScheduleTableViewCell : UITableViewCell @property (nonatomic, strong) PBScheduleListModel *scheduleListModel; @property (nonatomic, strong) PBProjectModel *projectModel; @end NS_ASSUME_NONNULL_END