// // PBIssueListTableViewCell.h // IphoneBIMe // // Created by zjf on 2018/8/8. // Copyright © 2018年 ProBIM. All rights reserved. // #import @class PBIssueListModel; @class PBProjectModel; @interface PBIssueListTableViewCell : UITableViewCell @property (nonatomic, strong) PBIssueListModel *issueListModel; @property (nonatomic, strong) PBProjectModel *projectModel; @end