
- Removed YuMi/Library/ (138 MB, not tracked) - Removed YuMi/Resources/ (23 MB, not tracked) - Removed old version assets (566 files, not tracked) - Excluded Pods/, xcuserdata/ and other build artifacts - Clean repository optimized for company server deployment
17 lines
250 B
Objective-C
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
|