浏览代码

Fiy wrong class name

Sebastián Katzer 12 年之前
父节点
当前提交
6efc3839a7
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/ios/CDVLocalNotification.h
  2. 2 2
      src/ios/CDVLocalNotification.m

+ 2 - 2
src/ios/CDVLocalNotification.h

@@ -10,7 +10,7 @@
 #import <Foundation/Foundation.h>
 #import <Cordova/CDVPlugin.h>
 
-@interface LocalNotification : CDVPlugin {
+@interface CDVLocalNotification : CDVPlugin {
 
 }
 
@@ -24,7 +24,7 @@
 @end
 
 
-@interface CDVPrinter (Private)
+@interface CDVLocalNotification (Private)
 
 - (NSMutableDictionary*) repeatDict;
 - (NSMutableDictionary*) userDict:(NSMutableDictionary*)options;

+ 2 - 2
src/ios/CDVLocalNotification.m

@@ -7,10 +7,10 @@
  *  GPL v2 licensed
  */
 
- #import "LocalNotification.h"
+ #import "CDVLocalNotification.h"
 
 
-@implementation LocalNotification
+@implementation CDVLocalNotification
 
 /**
  * Fügt eine neue Notification-Eintrag hinzu.