From 8bc15de222557f3798a2a7d395abf91dee6de3df Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Fri, 3 Nov 2023 19:16:03 +0100 Subject: [PATCH] Revert "fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)" This reverts commit 31860cf6c3a10de87844062dac116aa635e85a2e. --- src/ios/CDVInAppBrowserNavigationController.h | 1 - src/ios/CDVInAppBrowserOptions.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ios/CDVInAppBrowserNavigationController.h b/src/ios/CDVInAppBrowserNavigationController.h index 3b65faa9b..bd186a2f2 100644 --- a/src/ios/CDVInAppBrowserNavigationController.h +++ b/src/ios/CDVInAppBrowserNavigationController.h @@ -17,7 +17,6 @@ under the License. */ -#import #import diff --git a/src/ios/CDVInAppBrowserOptions.h b/src/ios/CDVInAppBrowserOptions.h index 90c6e136f..c1c9fa533 100644 --- a/src/ios/CDVInAppBrowserOptions.h +++ b/src/ios/CDVInAppBrowserOptions.h @@ -17,7 +17,6 @@ under the License. */ -#import @interface CDVInAppBrowserOptions : NSObject {}