PBSelectBallCell.h 277 B

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