Files
peko-ios/YuMi/Modules/YMMine/View/Setting/XPMineSwitchLanguageVC.h
2024-04-08 18:55:15 +08:00

17 lines
224 B
Objective-C

//
// XPMineSwitchLanguageVC.h
// YuMi
//
// Created by duoban on 2024/4/8.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineSwitchLanguageVC : BaseViewController
@end
NS_ASSUME_NONNULL_END