Files
featherVoice/QXLive/Party(派对)/QXPartyViewController.h
2025-08-08 10:49:36 +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