diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-14 14:50:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 14:50:17 -0400 |
commit | 4b6ada10d14e569c897fa289f57886e1daa2478d (patch) | |
tree | b56b7ea0f94d5cba12e64c430ac8889fd495832c /ios/RNVideoProcessing/Frontend-Bridging-Header.h | |
parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
parent | 1b9059d49532eacb60bf36b25771df42541670f4 (diff) |
Merge pull request #502 from brian-tagg/tma955-video-cropping
[TMA-955] video cropping
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" |