refactor(pinDialog):

This commit is contained in:
Guille 2016-07-17 20:03:30 +02:00
parent 88e05d663a
commit b329d9f36b

View File

@ -1,4 +1,6 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
/** /**
* @name Pin Dialog * @name Pin Dialog
* @description * @description
@ -34,4 +36,5 @@ export class PinDialog {
successIndex: 1 successIndex: 1
}) })
static prompt(message: string, title: string, buttons: string[]): Promise<{ buttonIndex: number, input1: string }> { return; } static prompt(message: string, title: string, buttons: string[]): Promise<{ buttonIndex: number, input1: string }> { return; }
} }