| | |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) |
| | | // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) |
| | | #ifndef FBSDKLOGINKIT_SWIFT_H |
| | | #define FBSDKLOGINKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | #include <string.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" |
| | | #if defined(__arm64e__) && __has_include(<ptrauth.h>) |
| | | # include <ptrauth.h> |
| | | #else |
| | |
| | | # endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | /// @warning This method will reauthorize using a <code>LoginConfiguration</code> with <code>FBSDKLoginTracking</code> set to <code>.enabled</code>. |
| | | /// @warning This method will present UI the user. You typically should call this if <code>AccessToken.isDataAccessExpired</code> |
| | | /// is true. |
| | | - (void)reauthorizeDataAccess:(UIViewController * _Nonnull)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler; |
| | | - (void)reauthorizeDataAccess:(UIViewController * _Nullable)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler; |
| | | /// Logs the user out |
| | | /// This nils out the singleton instances of <code>AccessToken</code>, <code>AuthenticationToken</code> and <code>Profle</code>. |
| | | /// @note This is only a client side logout. It will not log the user out of their Facebook account. |
| | |
| | | #endif |
| | | |
| | | #elif defined(__x86_64__) && __x86_64__ |
| | | // Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) |
| | | // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) |
| | | #ifndef FBSDKLOGINKIT_SWIFT_H |
| | | #define FBSDKLOGINKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | #include <string.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" |
| | | #if defined(__arm64e__) && __has_include(<ptrauth.h>) |
| | | # include <ptrauth.h> |
| | | #else |
| | |
| | | # endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | /// @warning This method will reauthorize using a <code>LoginConfiguration</code> with <code>FBSDKLoginTracking</code> set to <code>.enabled</code>. |
| | | /// @warning This method will present UI the user. You typically should call this if <code>AccessToken.isDataAccessExpired</code> |
| | | /// is true. |
| | | - (void)reauthorizeDataAccess:(UIViewController * _Nonnull)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler; |
| | | - (void)reauthorizeDataAccess:(UIViewController * _Nullable)viewController handler:(FBSDKLoginManagerLoginResultBlock _Nonnull)handler; |
| | | /// Logs the user out |
| | | /// This nils out the singleton instances of <code>AccessToken</code>, <code>AuthenticationToken</code> and <code>Profle</code>. |
| | | /// @note This is only a client side logout. It will not log the user out of their Facebook account. |