lipengwei
2020-05-27 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed
frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h
@@ -22,16 +22,18 @@
NS_ASSUME_NONNULL_BEGIN
/*!
 A reference implementation for an App Link resolver that uses a hidden UIWebView
/**
 A reference implementation for an App Link resolver that uses a hidden WKWebView
 to parse the HTML containing App Link metadata.
 */
NS_SWIFT_NAME(WebViewAppLinkResolver)
@interface FBSDKWebViewAppLinkResolver : NSObject <FBSDKAppLinkResolving>
/*!
/**
 Gets the instance of a FBSDKWebViewAppLinkResolver.
 */
+ (instancetype)sharedInstance;
@property (class, nonatomic, readonly, strong) FBSDKWebViewAppLinkResolver *sharedInstance
NS_SWIFT_NAME(shared);
@end