Commit 6bee7c55 by Sebastián Katzer

Display only public interfaces in header file

parent 29784822
......@@ -22,12 +22,3 @@
- (void) cancelAll:(CDVInvokedUrlCommand*)command;
@end
@interface APPLocalNotification (Private)
- (NSMutableDictionary*) repeatDict;
- (NSDictionary*) userDict:(NSMutableDictionary*)options;
- (UILocalNotification*) prepareNotification:(NSMutableDictionary*)options;
@end
\ No newline at end of file
......@@ -7,7 +7,16 @@
* GPL v2 licensed
*/
#import "APPLocalNotification.h"
#import "APPLocalNotification.h"
@interface APPLocalNotification (Private)
- (NSMutableDictionary*) repeatDict;
- (NSDictionary*) userDict:(NSMutableDictionary*)options;
- (UILocalNotification*) prepareNotification:(NSMutableDictionary*)options;
@end
@implementation APPLocalNotification
......
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