Skip to content

Commit d9b64bf

Browse files
author
hakonk
committed
kaizen: add doc on importing libs
1 parent 5911782 commit d9b64bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,12 @@ Furthermore, `RNAppAuth` expects the delegate instance to conform to the protoco
259259
Make `AppDelegate` conform to `RNAppAuthAuthorizationFlowManager`:
260260

261261
```diff
262+
+ // Depending on build configurations, import either with:
263+
+@import RNAppAuth;
264+
+ // or:
265+
+import <AppAuth/AppAuth.h>
266+
+import "RNAppAuthAuthorizationFlowManager.h"
267+
262268
+ @interface AppDelegate()<RNAppAuthAuthorizationFlowManager> {
263269
+ id <OIDAuthorizationFlowSession> _currentSession;
264270
+ }

0 commit comments

Comments
 (0)