Files
featherVoice/QXLive/Dynamic(语圈)/Controller/QXDynamicViewController.h
2025-08-08 10:49:36 +08:00

17 lines
233 B
Objective-C

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