소스 검색

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.