PBArticleCell.h 311 B

1234567891011121314151617181920
  1. //
  2. // PBArticleCell.h
  3. // PBSDK
  4. //
  5. // Created by 章玲 on 2025/1/3.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @class PBRoomGoodsWarehouseModel;
  10. @interface PBArticleCell : UITableViewCell
  11. - (void)cofigData:(PBRoomGoodsWarehouseModel *)model isSelect:(BOOL)isSelect;
  12. @end
  13. NS_ASSUME_NONNULL_END