mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-12-05 20:29:10 +00:00
仓库中添加内置的demo
This commit is contained in:
16
demo/lib.d.ts/SDKHelper.d.ts
vendored
Normal file
16
demo/lib.d.ts/SDKHelper.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @Author: Gongxh
|
||||
* @Date: 2025-03-21
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
declare namespace KunpoSDK {
|
||||
class SDKHelper {
|
||||
static getInstance(): SDKHelper;
|
||||
|
||||
public getSystemInfo(): void;
|
||||
public getVersionCode(): string;
|
||||
public getBuildCode(): number;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user