Commit 6efc3839 by Sebastián Katzer

Fiy wrong class name

parent fd20a18d
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <Cordova/CDVPlugin.h> #import <Cordova/CDVPlugin.h>
@interface LocalNotification : CDVPlugin { @interface CDVLocalNotification : CDVPlugin {
} }
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
@end @end
@interface CDVPrinter (Private) @interface CDVLocalNotification (Private)
- (NSMutableDictionary*) repeatDict; - (NSMutableDictionary*) repeatDict;
- (NSMutableDictionary*) userDict:(NSMutableDictionary*)options; - (NSMutableDictionary*) userDict:(NSMutableDictionary*)options;
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* GPL v2 licensed * GPL v2 licensed
*/ */
#import "LocalNotification.h" #import "CDVLocalNotification.h"
@implementation LocalNotification @implementation CDVLocalNotification
/** /**
* Fügt eine neue Notification-Eintrag hinzu. * Fügt eine neue Notification-Eintrag hinzu.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment