1234567891011121314151617181920 |
- //
- // PBSelectBallCell.h
- // PBSDK
- //
- // Created by 章玲 on 2025/1/3.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @class PBRoomManageModel;
- @interface PBSelectBallCell : UITableViewCell
- - (void)cofigData:(PBRoomManageModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|