// // PBArticleCell.h // PBSDK // // Created by hello on 2025/1/3. // #import NS_ASSUME_NONNULL_BEGIN @class PBRoomGoodsWarehouseModel; @interface PBArticleCell : UITableViewCell - (void)cofigData:(PBRoomGoodsWarehouseModel *)model isSelect:(BOOL)isSelect; @end NS_ASSUME_NONNULL_END