Files
peko-ios/YuMi/Modules/YMMine/View/Setting/XPMaskManagerVC.h
2023-10-17 18:30:14 +08:00

17 lines
215 B
Objective-C

//
// XPMaskManagerVC.h
// xplan-ios
//
// Created by duoban on 2022/12/26.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMaskManagerVC : MvpViewController
@end
NS_ASSUME_NONNULL_END