//
// PushNotification.h
//
// Based on the Push Notifications Cordova Plugin by Olivier Louvignes on 06/05/12.
// Modified by Max Konev on 18/05/12.
//
// Pushwoosh Push Notifications Plugin for Cordova iOS
// www.pushwoosh.com
//
// MIT Licensed

#import <Foundation/Foundation.h>
#import <Cordova/CDV.h>
#import <Cordova/CDVPlugin.h>
#import <PushwooshFramework/PushwooshFramework.h>
#import <PushwooshFramework/PushNotificationManager.h>

@interface PushNotification : CDVPlugin <PushNotificationDelegate> 

@end
