fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)

Co-authored-by: Aleko Petkov <apetkov@spideroak-inc.com>
This commit is contained in:
alekop 2023-11-03 11:15:52 -07:00 committed by GitHub
parent d735e136cd
commit 31860cf6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
under the License.
*/
#import <UIKit/UINavigationController.h>
#import <Cordova/CDVScreenOrientationDelegate.h>

View File

@ -17,6 +17,7 @@
under the License.
*/
#import <Foundation/Foundation.h>
@interface CDVInAppBrowserOptions : NSObject {}