diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-02 14:34:33 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-07-02 14:34:33 -0400 |
commit | 643e7adcda3e5ae7aa3daeb86020f2e6f38d1448 (patch) | |
tree | 032dcc7c80a96f709e24ac747c74e75045d8845b /ios/RNVideoProcessing/Frontend-Bridging-Header.h | |
parent | 66c974161b59f1e3570e2a4a42334fabc16c2129 (diff) |
Add depedencies to xcode for react-native-video-processing. Building the project was successful.
Diffstat (limited to 'ios/RNVideoProcessing/Frontend-Bridging-Header.h')
-rw-r--r-- | ios/RNVideoProcessing/Frontend-Bridging-Header.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/RNVideoProcessing/Frontend-Bridging-Header.h b/ios/RNVideoProcessing/Frontend-Bridging-Header.h new file mode 100644 index 00000000..ad5afc0d --- /dev/null +++ b/ios/RNVideoProcessing/Frontend-Bridging-Header.h @@ -0,0 +1,4 @@ +// +// Use this file to import your target's public headers that you would like to expose to Swift. +// +#import "RNVideoProcessing.h" |