From e81c27b13950ca02baa879ae7b8108c0c3ef7fb0 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:47:31 +0800 Subject: [PATCH] 添加V3.8.2 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h index 4bd2d01..ece8f61 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h @@ -23,13 +23,18 @@ NS_ASSUME_NONNULL_BEGIN /*! The version of the App Link protocol that this library supports */ -FOUNDATION_EXPORT NSString *const FBSDKAppLinkVersion; +FOUNDATION_EXPORT NSString *const FBSDKAppLinkVersion +NS_SWIFT_NAME(AppLinkVersion); /*! Contains App Link metadata relevant for navigation on this device derived from the HTML at a given URL. */ +NS_SWIFT_NAME(AppLink) @interface FBSDKAppLink : NSObject + +- (instancetype)init NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; /*! Creates a FBSDKAppLink with the given list of FBSDKAppLinkTargets and target URL. @@ -44,7 +49,8 @@ */ + (instancetype)appLinkWithSourceURL:(NSURL *)sourceURL targets:(NSArray<FBSDKAppLinkTarget *> *)targets - webURL:(nullable NSURL *)webURL; + webURL:(nullable NSURL *)webURL +NS_SWIFT_NAME(init(sourceURL:targets:webURL:)); /*! The URL from which this FBSDKAppLink was derived */ @property (nonatomic, strong, readonly) NSURL *sourceURL; -- Gitblit v1.8.0