Files
peko-ios/YuMi/Modules/YMMine/View/PISwitchingEnvironmentVC.h
2023-11-09 15:26:14 +08:00

17 lines
250 B
Objective-C

//
// PISwitchingEnvironmentVC.h
// YuMi
//
// Created by duoban on 2023/11/8.
//
#import <UIKit/UIKit.h>
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface PISwitchingEnvironmentVC : MvpViewController
@end
NS_ASSUME_NONNULL_END