lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKErrorRecoveryAttempting.h
@@ -17,7 +17,7 @@
 @warning INTERNAL - DO NOT USE
 */
NS_SWIFT_NAME(ErrorRecoveryAttempting)
@protocol FBSDKErrorRecoveryAttempting <NSObject>
@protocol FBSDKErrorRecoveryAttempting
/**
 Attempt the recovery
@@ -27,7 +27,8 @@
 Attempt recovery from the error, and call the completion handler. The value passed for didRecover must be YES if error recovery was completely successful, NO otherwise.
 */
- (void)attemptRecoveryFromError:(NSError *)error
               completionHandler:(void (^)(BOOL didRecover))completionHandler;
               completionHandler:(void (^)(BOOL didRecover))completionHandler
NS_SWIFT_NAME(attemptRecovery(from:completion:));
@end
NS_ASSUME_NONNULL_END