From e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e Mon Sep 17 00:00:00 2001
From: lpw
Date: Sat, 03 Jun 2023 09:18:20 +0800
Subject: [PATCH] 3.15.0

---
 frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKUtility.h |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKUtility.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKUtility.h
index 58e0407..eb5ca0a 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKUtility.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKUtility.h
@@ -10,9 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-/**
-  Class to contain common utility methods.
- */
+/// Class to contain common utility methods.
 NS_SWIFT_NAME(Utility)
 @interface FBSDKUtility : NSObject
 
@@ -20,7 +18,7 @@
 + (instancetype)new NS_UNAVAILABLE;
 
 /**
-  Parses a query string into a dictionary.
+ Parses a query string into a dictionary.
  @param queryString The query string value.
  @return A dictionary with the key/value pairs.
  */
@@ -31,7 +29,7 @@
 // UNCRUSTIFY_FORMAT_ON
 
 /**
-  Constructs a query string from a dictionary.
+ Constructs a query string from a dictionary.
  @param dictionary The dictionary with key/value pairs for the query string.
  @param errorRef If an error occurs, upon return contains an NSError object that describes the problem.
  @return Query string representation of the parameters.
@@ -45,7 +43,7 @@
 // UNCRUSTIFY_FORMAT_ON
 
 /**
-  Decodes a value from an URL.
+ Decodes a value from an URL.
  @param value The value to decode.
  @return The decoded value.
  */
@@ -56,7 +54,7 @@
 // UNCRUSTIFY_FORMAT_ON
 
 /**
-  Encodes a value for an URL.
+ Encodes a value for an URL.
  @param value The value to encode.
  @return The encoded value.
  */
@@ -67,7 +65,7 @@
 // UNCRUSTIFY_FORMAT_ON
 
 /**
-  Creates a timer using Grand Central Dispatch.
+ Creates a timer using Grand Central Dispatch.
  @param interval The interval to fire the timer, in seconds.
  @param block The code block to execute when timer is fired.
  @return The dispatch handle.
@@ -91,10 +89,8 @@
 NS_SWIFT_NAME(sha256Hash(_:));
 // UNCRUSTIFY_FORMAT_ON
 
-/**
- Returns the graphdomain stored in FBSDKAuthenticationToken
- */
-+ (NSString *)getGraphDomainFromToken;
+/// Returns the graphdomain stored in FBSDKAuthenticationToken
++ (nullable NSString *)getGraphDomainFromToken;
 
 /**
  Internal Type exposed to facilitate transition to Swift.

--
Gitblit v1.8.0