123456789101112131415161718 |
- //
- // SLUserCenterViewController.h
- // SLAiELTS
- //
- // Created by Gusont on 2023/3/9.
- //
- #import "SLBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SLUserCenterViewController : SLBaseViewController
- @property (nonatomic, assign) BOOL isSetting;
- @end
- NS_ASSUME_NONNULL_END
|