From f082c62bb40cad3ee93abd5432777ac0905eb374 Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Fri, 27 Sep 2019 11:16:00 +0800
Subject: [PATCH] 3.8.3

---
 frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h
index 33eba98..69fd2b5 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h
+++ b/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
 

--
Gitblit v1.8.0