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