Files
yuyin_ios/SweetParty/主类/Others/GuidePage/SPLaunchVC.h
2025-08-08 11:05:33 +08:00

17 lines
207 B
Objective-C
Executable File

//
// SPLaunchVC.h
// SweetParty
//
// Created by bj_szd on 2022/5/31.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPLaunchVC : BaseViewController
@end
NS_ASSUME_NONNULL_END