cdts/xdts-ios 3/TreeHole/Code/Features/Settings/ViewController/SettingsViewController.h
2023-07-27 09:20:00 +08:00

17 lines
253 B
Objective-C

//
// SettingsViewController.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "MTCommonListTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SettingsViewController : MTCommonListTableViewController
@end
NS_ASSUME_NONNULL_END