7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
module react_native_simple_crypto {
|
||
|
umbrella header "react-native-simple-crypto-umbrella.h"
|
||
|
|
||
|
export *
|
||
|
module * { export * }
|
||
|
}
|