spotny-sdk 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spotny-sdk might be problematic. Click here for more details.
- package/ios/SpotnySdk.mm +4 -0
- package/package.json +1 -1
package/ios/SpotnySdk.mm
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
#import "SpotnySdk.h"
|
|
2
|
+
// Import frameworks needed by the auto-generated SpotnySdk-Swift.h
|
|
3
|
+
// (it exposes CLLocationManagerDelegate and KTKBeaconManagerDelegate conformances)
|
|
4
|
+
#import <CoreLocation/CoreLocation.h>
|
|
5
|
+
@import KontaktSDK;
|
|
2
6
|
// Auto-generated Swift header (contains SpotnyBeaconScanner)
|
|
3
7
|
#import "SpotnySdk-Swift.h"
|
|
4
8
|
|