-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Navigine/Release20231013
Release20231013
- Loading branch information
Showing
51 changed files
with
1,064 additions
and
751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ks/Navigine.xcframework/ios-arm64-simulator/Navigine.framework/Headers/NCCameraCallback.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from location_window.djinni | ||
|
||
#import "NCExport.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
|
||
|
||
typedef void (^NCCameraCallback)(BOOL completed); | ||
|
15 changes: 15 additions & 0 deletions
15
...ks/Navigine.xcframework/ios-arm64-simulator/Navigine.framework/Headers/NCCameraListener.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from camera_listener.djinni | ||
|
||
#import "NCCameraUpdateReason.h" | ||
#import "NCExport.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
|
||
DEFAULT_EXPORT_ATTRIBUTE | ||
@protocol NCCameraListener <NSObject> | ||
|
||
- (void)onCameraPositionChanged:(NCCameraUpdateReason)reason | ||
finished:(BOOL)finished; | ||
|
||
@end |
10 changes: 10 additions & 0 deletions
10
...avigine.xcframework/ios-arm64-simulator/Navigine.framework/Headers/NCCameraUpdateReason.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from camera_listener.djinni | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
typedef NS_ENUM(NSInteger, NCCameraUpdateReason) | ||
{ | ||
NCCameraUpdateReasonGestures, | ||
NCCameraUpdateReasonApplication, | ||
}; |
14 changes: 14 additions & 0 deletions
14
Frameworks/Navigine.xcframework/ios-arm64-simulator/Navigine.framework/Headers/NCDebugFlag.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from debug_flag.djinni | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
typedef NS_ENUM(NSInteger, NCDebugFlag) | ||
{ | ||
NCDebugFlagNone, | ||
NCDebugFlagInfos, | ||
NCDebugFlagStats, | ||
NCDebugFlagLabels, | ||
NCDebugFlagDrawAllLabels, | ||
NCDebugFlagSelectionBuffer, | ||
}; |
18 changes: 18 additions & 0 deletions
18
...rks/Navigine.xcframework/ios-arm64-simulator/Navigine.framework/Headers/NCInputListener.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from input_listener.djinni | ||
|
||
#import "NCExport.h" | ||
#import <Foundation/Foundation.h> | ||
#import <UIKit/UIKit.h> | ||
|
||
|
||
DEFAULT_EXPORT_ATTRIBUTE | ||
@protocol NCInputListener <NSObject> | ||
|
||
- (void)onViewTap:(CGPoint)screenPoint; | ||
|
||
- (void)onViewDoubleTap:(CGPoint)screenPoint; | ||
|
||
- (void)onViewLongTap:(CGPoint)screenPoint; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.