refactor(safariviewcontroller):
This commit is contained in:
parent
c771abc8c3
commit
d46f22d2a1
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user