mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00

Add dev-setup to figure out links Update development workflow Update package.json and dts-ios Update the iOS declarations grunt is now fine
14 lines
240 B
TypeScript
14 lines
240 B
TypeScript
/// <reference path="./android.d.ts" />
|
|
/// <reference path="./ios.d.ts" />
|
|
|
|
class IOSTest extends NSObject {
|
|
}
|
|
|
|
let pointer = new interop.Pointer();
|
|
|
|
class AndroidTest extends java.lang.Object {
|
|
public do() {
|
|
long(12);
|
|
}
|
|
}
|