2
0

SLUserCenterViewController.h 287 B

123456789101112131415161718
  1. //
  2. // SLUserCenterViewController.h
  3. // SLAiELTS
  4. //
  5. // Created by Gusont on 2023/3/9.
  6. //
  7. #import "SLBaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SLUserCenterViewController : SLBaseViewController
  10. @property (nonatomic, assign) BOOL isSetting;
  11. @end
  12. NS_ASSUME_NONNULL_END