Files
featherVoice/QXLive/Base/QXAppStartViewController.h

17 lines
222 B
C
Raw Normal View History

2025-08-14 09:40:25 +08:00
//
// QXAppStartViewController.h
// QXLive
//
// Created by 启星 on 2025/8/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXAppStartViewController : UIViewController
@end
NS_ASSUME_NONNULL_END