From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 20 Apr 2021 17:18:32 +0800 Subject: [PATCH] no message --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h index 385c7f3..623a644 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h @@ -16,6 +16,10 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#import "TargetConditionals.h" + +#if !TARGET_OS_TV + #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @@ -32,7 +36,7 @@ NS_SWIFT_NAME(AppLinkBlock); -/*! +/** Implement this protocol to provide an alternate strategy for resolving App Links that may include pre-fetching, caching, or querying for App Link data from an index provided by a service provider. @@ -52,3 +56,5 @@ @end NS_ASSUME_NONNULL_END + +#endif -- Gitblit v1.8.0