lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKURLOpener.h
@@ -6,6 +6,10 @@
 * LICENSE file in the root directory of this source tree.
 */
#import <TargetConditionals.h>
#if !TARGET_OS_TV
NS_ASSUME_NONNULL_BEGIN
@protocol FBSDKURLOpening;
@@ -25,8 +29,8 @@
// UNCRUSTIFY_FORMAT_OFF
- (void)openURLWithSafariViewController:(NSURL *)url
                                 sender:(id<FBSDKURLOpening>)sender
                     fromViewController:(UIViewController *)fromViewController
                                 sender:(nullable id<FBSDKURLOpening>)sender
                     fromViewController:(nullable UIViewController *)fromViewController
                                handler:(FBSDKSuccessBlock)handler
NS_SWIFT_NAME(openURLWithSafariViewController(url:sender:from:handler:));
// UNCRUSTIFY_FORMAT_ON
@@ -34,3 +38,5 @@
@end
NS_ASSUME_NONNULL_END
#endif