Files
WebApp/ShenQi/LaunchViewController.h
2024-12-20 17:49:45 +08:00

17 lines
212 B
Objective-C

//
// LaunchViewController.h
// ShenQi
//
// Created by Yao on 2024/12/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface LaunchViewController : UIViewController
@end
NS_ASSUME_NONNULL_END