lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKWebDialogView.h
@@ -11,6 +11,7 @@
#import <UIKit/UIKit.h>
@protocol FBSDKWebDialogViewDelegate;
@protocol FBSDKWebViewProviding;
NS_ASSUME_NONNULL_BEGIN
@@ -22,6 +23,19 @@
- (void)loadURL:(NSURL *)URL;
- (void)stopLoading;
/**
 Internal method exposed to facilitate transition to Swift.
 API Subject to change or removal without warning. Do not use.
 @warning INTERNAL - DO NOT USE
 */
// UNCRUSTIFY_FORMAT_OFF
+ (void)configureWithWebViewProvider:(id<FBSDKWebViewProviding>)webViewProvider
                           urlOpener:(id<FBSDKInternalURLOpener>)urlOpener
                        errorFactory:(id<FBSDKErrorCreating>)errorFactory
NS_SWIFT_NAME(configure(webViewProvider:urlOpener:errorFactory:));
// UNCRUSTIFY_FORMAT_ON
@end
NS_SWIFT_NAME(WebDialogViewDelegate)