From 88188ea7992a90e66db694e9fc1b304a59608044 Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Thu, 26 Sep 2019 12:29:34 +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