Files
yuyin_ios/SweetParty/主类/Mine/Controller/YYMineRoomListVC.h
2025-08-08 11:05:33 +08:00

17 lines
225 B
Objective-C

//
// YYMineRoomListVC.h
// SweetParty
//
// Created by MAC on 2024/5/9.
//
#import "BaseTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYMineRoomListVC : BaseTableViewController
@end
NS_ASSUME_NONNULL_END