Loading...
Searching...
No Matches
NCTargetReachedEvent.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import <Foundation/Foundation.h>
4
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCTargetReachedEvent : NSObject
20
24- (nonnull instancetype)initWithIndex:(int64_t)index
25 point:(nonnull NCLocationPoint *)point;
26
30+ (nonnull instancetype)targetReachedEventWithIndex:(int64_t)index
31 point:(nonnull NCLocationPoint *)point;
32
46@property (nonatomic, readonly) int64_t index;
47
61@property (nonatomic, readonly, nonnull) NCLocationPoint * point;
62
63@end