Files
my_yuyin/QXLive/Party(派对)/QXPartyViewController.h
2025-09-22 18:48:29 +08:00

17 lines
229 B
Objective-C

//
// QXPartyViewController.h
// QXLive
//
// Created by 启星 on 2025/4/24.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXPartyViewController : QXBaseViewController
@end
NS_ASSUME_NONNULL_END