mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
pre-final plugin rewrite
This commit is contained in:
parent
ab9af2bdc4
commit
dfdd476ac9
@ -1,7 +1,6 @@
|
||||
import {Plugin, Cordova, InstanceProperty, CordovaInstance} from './plugin';
|
||||
declare var window: any = {
|
||||
ContactAddress: (...args) => {},
|
||||
ContactProperties: (...args) => {},
|
||||
ContactOrganization: (...args) => {},
|
||||
ContactName: (...args) => {},
|
||||
ContactField: (...args) => {},
|
||||
@ -38,7 +37,7 @@ export interface IContactProperties {
|
||||
urls?: IContactField[];
|
||||
}
|
||||
|
||||
export class Contact {
|
||||
export class Contact implements IContactProperties {
|
||||
|
||||
private _objectInstance: any;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user