Added Push

This commit is contained in:
Dolan
2017-06-07 00:43:37 +01:00
parent 09e7e41519
commit 5c1cf0697d
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { RemoteCallbacks } from './remote-callbacks';
import { PushOptions } from './push-options';
export class Push {
static initOptions(opts: PushOptions, version: number): number;
}