From 147a27646a80fe2142e317bbd19003ed47bae35d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 16:58:31 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 WAFbImpl/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h |   27 ++-------------------------
 1 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/WAFbImpl/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h b/WAFbImpl/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
index 8a2f027..eef1bc0 100644
--- a/WAFbImpl/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
+++ b/WAFbImpl/FBSDKLoginKit.xcframework/ios-arm64/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-Swift.h
@@ -1,6 +1,6 @@
 #if 0
 #elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
 #ifndef FBSDKLOGINKIT_SWIFT_H
 #define FBSDKLOGINKIT_SWIFT_H
 #pragma clang diagnostic push
@@ -65,6 +65,7 @@
 # if __has_include(<uchar.h>)
 #  include <uchar.h>
 # elif !defined(__cplusplus)
+typedef unsigned char char8_t;
 typedef uint_least16_t char16_t;
 typedef uint_least32_t char32_t;
 # endif
@@ -310,7 +311,6 @@
 #if defined(__OBJC__)
 
 @class NSString;
-
 /// Represents a code verifier used in the PKCE (Proof Key for Code Exchange)
 /// process. This is a cryptographically random string using the characters
 /// A-Z, a-z, 0-9, and the punctuation characters -._~ (hyphen, period,
@@ -345,7 +345,6 @@
 
 @class NSURL;
 @class NSDate;
-
 /// Describes the initial response when starting the device login flow.
 /// This is used by <code>DeviceLoginManager</code>.
 SWIFT_CLASS_NAMED("DeviceLoginCodeInfo")
@@ -378,7 +377,6 @@
 };
 
 @protocol FBSDKDeviceLoginManagerDelegate;
-
 /// Use this class to perform a device login flow.
 /// The device login flow starts by requesting a code from the device login API.
 /// This class informs the delegate when this code is received. You should then present the
@@ -409,14 +407,11 @@
 
 @class NSNetService;
 @class NSNumber;
-
 @interface FBSDKDeviceLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <NSNetServiceDelegate>
 - (void)netService:(NSNetService * _Nonnull)service didNotPublish:(NSDictionary<NSString *, NSNumber *> * _Nonnull)errorValues;
 @end
 
-
 @class FBSDKDeviceLoginManagerResult;
-
 /// A delegate for <code>DeviceLoginManager</code>.
 SWIFT_PROTOCOL_NAMED("DeviceLoginManagerDelegate")
 @protocol FBSDKDeviceLoginManagerDelegate
@@ -433,7 +428,6 @@
 @end
 
 @class FBSDKAccessToken;
-
 /// Represents the results of the a device login flow. This is used by <code>DeviceLoginManager</code>
 SWIFT_CLASS_NAMED("DeviceLoginManagerResult")
 @interface FBSDKDeviceLoginManagerResult : NSObject
@@ -454,7 +448,6 @@
 enum FBSDKTooltipColorStyle : NSUInteger;
 enum FBSDKLoginTracking : NSUInteger;
 @class NSCoder;
-
 /// A button that initiates a log in or log out flow upon tapping.
 /// <code>LoginButton</code> works with <code>AccessToken.current</code> to determine what to display,
 /// and automatically starts authentication when tapped (i.e., you do not need to manually subscribe action targets).
@@ -514,7 +507,6 @@
 };
 
 enum FBSDKTooltipViewArrowDirection : NSUInteger;
-
 /// Tooltip bubble with text in it used to display tips for UI elements,
 /// with a pointed arrow (to refer to the UI element).
 /// The tooltip fades in and will automatically fade out. See <code>displayDuration</code>.
@@ -586,7 +578,6 @@
 };
 
 @protocol FBSDKLoginTooltipViewDelegate;
-
 /// Represents a tooltip to be displayed next to a Facebook login button
 /// to highlight features for new users.
 /// The <code>FBSDKLoginButton</code> may display this view automatically. If you do
@@ -610,7 +601,6 @@
 - (nonnull instancetype)initWithTagline:(NSString * _Nullable)tagline message:(NSString * _Nullable)message colorStyle:(enum FBSDKTooltipColorStyle)colorStyle OBJC_DESIGNATED_INITIALIZER;
 - (void)presentInView:(UIView * _Nonnull)view withArrowPosition:(CGPoint)arrowPosition direction:(enum FBSDKTooltipViewArrowDirection)direction;
 @end
-
 
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
@@ -639,11 +629,7 @@
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
 
-
-
-
 @class FBSDKLoginManagerLoginResult;
-
 /// A delegate for <code>FBSDKLoginButton</code>
 SWIFT_PROTOCOL_NAMED("LoginButtonDelegate")
 @protocol FBSDKLoginButtonDelegate <NSObject>
@@ -661,7 +647,6 @@
 /// @return <code>true</code> if the login should be allowed to proceed, <code>false</code> otherwise
 - (BOOL)loginButtonWillLogin:(FBSDKLoginButton * _Nonnull)loginButton SWIFT_WARN_UNUSED_RESULT;
 @end
-
 
 /// A configuration to use for modifying the behavior of a login attempt.
 SWIFT_CLASS_NAMED("LoginConfiguration")
@@ -760,7 +745,6 @@
 };
 
 @class UIViewController;
-
 /// Provides methods for logging the user in and out.
 /// It works directly with <code>AccessToken</code> (for data access) and <code>AuthenticationToken</code> (for authentication);
 /// it sets the “current” tokens upon successful authorizations (or sets to <code>nil</code> in case of <code>logOut</code>).
@@ -827,10 +811,7 @@
 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
 @end
 
-
-
 @class UIApplication;
-
 @interface FBSDKLoginManager (SWIFT_EXTENSION(FBSDKLoginKit)) <FBSDKURLOpening>
 + (FBSDKLoginManager * _Nonnull)makeOpener SWIFT_WARN_UNUSED_RESULT;
 - (BOOL)application:(UIApplication * _Nullable)application openURL:(NSURL * _Nullable)url sourceApplication:(NSString * _Nullable)sourceApplication annotation:(id _Nullable)annotation SWIFT_WARN_UNUSED_RESULT;
@@ -841,7 +822,6 @@
 @end
 
 @class FBSDKAuthenticationToken;
-
 /// Describes the result of a login attempt.
 SWIFT_CLASS_NAMED("LoginManagerLoginResult")
 @interface FBSDKLoginManagerLoginResult : NSObject
@@ -867,7 +847,6 @@
 - (nonnull instancetype)init SWIFT_UNAVAILABLE;
 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
 @end
-
 
 /// The <code>LoginTooltipViewDelegate</code> protocol defines the methods used to receive event
 /// notifications from <code>FBLoginTooltipView</code> objects.
@@ -896,9 +875,7 @@
   FBSDKLoginTrackingLimited = 1,
 };
 
-
 @class FBSDKProfile;
-
 /// Internal Type exposed to facilitate transition to Swift.
 /// API Subject to change or removal without warning. Do not use.
 /// <ul>

--
Gitblit v1.8.0