cdts/xdts-ios 3/TreeHole/Code/Features/Login/ViewController/LaunchViewController.h
2023-07-27 09:20:00 +08:00

17 lines
227 B
Objective-C

//
// LaunchViewController.h
// Youth
//
// Created by mambaxie on 2022/1/1.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface LaunchViewController : PYBaseViewController
@end
NS_ASSUME_NONNULL_END