omikit-plugin 3.2.49 → 3.2.50

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.
@@ -6,7 +6,13 @@
6
6
  //
7
7
 
8
8
  #import <Foundation/Foundation.h>
9
- #import <omikit_plugin-Swift.h>
9
+
10
+ #if __has_include("omikit_plugin-Swift.h")
11
+ #import "omikit_plugin-Swift.h"
12
+ #else
13
+ #import <omikit_plugin/omikit_plugin-Swift.h>
14
+ #endif
15
+
10
16
 
11
17
  @implementation OmikitNotification : NSObject
12
18
  + (void)didRecieve:(NSDictionary*) userInfo{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.49",
3
+ "version": "3.2.50",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",