XSTool.h 259 B

1234567891011121314151617
  1. //
  2. // XSTool.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2020/12/10.
  6. // Copyright © 2020 SAGESSE. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface XSTool : NSObject
  10. //获取系统当前语言
  11. + (NSString*)getCurrentSystemLauguage;
  12. @end