12 lines
203 B
TypeScript
Raw Normal View History

2015-12-01 18:47:24 -06:00
import {Plugin, Cordova} from './plugin';
@Plugin({
name: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification'
})
export class Push {
@Cordova()
static init(options:any){};
}