refactor(safariviewcontroller):

This commit is contained in:
Guille 2016-07-17 20:07:18 +02:00
parent c771abc8c3
commit d46f22d2a1

View File

@ -1,4 +1,5 @@
import {Plugin, Cordova} from './plugin'; import { Cordova, Plugin } from './plugin';
/** /**
* @name SafariViewController * @name SafariViewController
@ -83,6 +84,7 @@ export class SafariViewController {
*/ */
@Cordova() @Cordova()
static mayLaunchUrl(url: string): Promise<any> { return; } static mayLaunchUrl(url: string): Promise<any> { return; }
} }
export interface SafariViewControllerOptions { export interface SafariViewControllerOptions {