Skip to content

Commit

Permalink
Revert "fix: explicitly import dependencies, instead of relying on PC…
Browse files Browse the repository at this point in the history
…H files. This is important in Swift projects, where you cannot use prefix headers. (#927)"

This reverts commit 31860cf.
  • Loading branch information
NiklasMerz committed Nov 3, 2023
1 parent 31860cf commit 8bc15de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ios/CDVInAppBrowserNavigationController.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
under the License.
*/

#import <UIKit/UINavigationController.h>
#import <Cordova/CDVScreenOrientationDelegate.h>


Expand Down
1 change: 0 additions & 1 deletion src/ios/CDVInAppBrowserOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
under the License.
*/

#import <Foundation/Foundation.h>

@interface CDVInAppBrowserOptions : NSObject {}

Expand Down

0 comments on commit 8bc15de

Please sign in to comment.