Loading...
Searching...
No Matches
NotificationManagerExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2#import "NCNavigineSdk.h"
3#import "NCLocationManager.h"
4#import "NCNotificationManager.h"
5#import "NCNotificationListener.h"
6#import "NCNotification.h"
7
12@interface NotificationManagerExample : NSObject
13
14@property (nonatomic, strong) NCNavigineSdk *sdk;
15@property (nonatomic, strong) NCLocationManager *locationManager;
16@property (nonatomic, strong) NCNotificationManager *notificationManager;
17@property (nonatomic, strong) id<NCNotificationListener> notificationListener;
18
19- (instancetype)init;
20- (void)runExample;
21
22@end