Skip to content

Commit 8bc15de

Browse files
authored
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 31860cf.
1 parent 31860cf commit 8bc15de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ios/CDVInAppBrowserNavigationController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
under the License.
1818
*/
1919

20-
#import <UIKit/UINavigationController.h>
2120
#import <Cordova/CDVScreenOrientationDelegate.h>
2221

2322

src/ios/CDVInAppBrowserOptions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
under the License.
1818
*/
1919

20-
#import <Foundation/Foundation.h>
2120

2221
@interface CDVInAppBrowserOptions : NSObject {}
2322

0 commit comments

Comments
 (0)