17 lines
245 B
C
17 lines
245 B
C
|
|
//
|
||
|
|
// SystemSettingsViewController.h
|
||
|
|
// Youth
|
||
|
|
//
|
||
|
|
// Created by 谢培艺 on 2022/1/14.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "PYBaseViewController.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface SystemSettingsViewController : PYBaseViewController
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|