react-native-netmera 2.0.0-alpha01 → 2.0.0-alpha02
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.
- package/RNNetmera.podspec +1 -0
- package/ios/RNNetmera.h +12 -0
- package/package.json +1 -1
package/RNNetmera.podspec
CHANGED
package/ios/RNNetmera.h
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Umbrella header required when RNNetmera is built as a framework.
|
|
3
|
+
* Swift-generated RNNetmera-Swift.h imports <RNNetmera/RNNetmera.h>.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
#import <Foundation/Foundation.h>
|
|
7
|
+
|
|
8
|
+
//! Project version number for RNNetmera.
|
|
9
|
+
FOUNDATION_EXPORT double RNNetmeraVersionNumber;
|
|
10
|
+
|
|
11
|
+
//! Project version string for RNNetmera.
|
|
12
|
+
FOUNDATION_EXPORT const unsigned char RNNetmeraVersionString[];
|