Missed 1 import for RCTVideoSwiftLog

This is an addendum to #2870
This commit is contained in:
Liam Potter 2022-10-03 13:28:30 +01:00 committed by GitHub
parent 710ccec0e1
commit 1ba3b2c526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#import <React/RCTViewManager.h>
#import "RCTSwiftLog.h"
#import "RCTVideoSwiftLog.h"
#if __has_include(<react-native-video/RCTVideoCache.h>)
#import "RCTVideoCache.h"