Skip to content

Commit

Permalink
updated how AppAuth iOS classes are imported
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Nov 15, 2024
1 parent a36c5fd commit 0dc3ea2
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
*/

#import <UIKit/UIKit.h>

#import "OIDExternalUserAgent.h"
#import "OIDExternalUserAgentIOS.h"
#import "OIDExternalUserAgentIOSSafariViewController.h"
#import <AppAuth/AppAuth.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -71,4 +68,4 @@ NS_ASSUME_NONNULL_BEGIN

@end

NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END

0 comments on commit 0dc3ea2

Please sign in to comment.