@interface NativeUtils : NSObject + (NSString*) charToNSString: (char*)value; + (NativeUtils *)sharedInstance; - (void) registerNotification; - (void) scheduleNotification: (int) triggerInSeconds message: (NSString*) message alarmId:(NSString *)alarmId; - (void) cancelAllNotifications; @end