This commit is contained in:
启星
2025-11-21 16:17:05 +08:00
parent 7ac937ddbf
commit 8913ea6f48
283 changed files with 8474 additions and 800 deletions

View File

@@ -27,6 +27,10 @@ typedef NS_ENUM(NSInteger) {
QXMineServiceTypeReport = 47,
/// 个税客服
QXMineServiceTypeCustomerService = 48,
/// 歌手认证
QXMineServiceTypeSingerAuth = 49,
/// 我的歌单
QXMineServiceTypeSongList = 50,
}QXMineServiceType;
@protocol QXMineServiceCellDelegate <NSObject>