1234567891011121314151617 |
- //
- // XSTool.h
- // XenonSDK
- //
- // Created by fq on 2020/12/10.
- // Copyright © 2020 SAGESSE. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface XSTool : NSObject
- //获取系统当前语言
- + (NSString*)getCurrentSystemLauguage;
- @end
|