From 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Wed, 27 May 2020 09:41:28 +0800
Subject: [PATCH] 3.8.4
---
frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h
index ece8f61..bcc048f 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h
@@ -22,11 +22,11 @@
NS_ASSUME_NONNULL_BEGIN
-/*! The version of the App Link protocol that this library supports */
+/** The version of the App Link protocol that this library supports */
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.
*/
@@ -36,7 +36,7 @@
- (instancetype)init NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
-/*!
+/**
Creates a FBSDKAppLink with the given list of FBSDKAppLinkTargets and target URL.
Generally, this will only be used by implementers of the FBSDKAppLinkResolving protocol,
@@ -52,16 +52,16 @@
webURL:(nullable NSURL *)webURL
NS_SWIFT_NAME(init(sourceURL:targets:webURL:));
-/*! The URL from which this FBSDKAppLink was derived */
+/** The URL from which this FBSDKAppLink was derived */
@property (nonatomic, strong, readonly) NSURL *sourceURL;
-/*!
+/**
The ordered list of targets applicable to this platform that will be used
for navigation.
*/
@property (nonatomic, copy, readonly) NSArray<FBSDKAppLinkTarget *> *targets;
-/*! The fallback web URL to use if no targets are installed on this device. */
+/** The fallback web URL to use if no targets are installed on this device. */
@property (nonatomic, strong, readonly, nullable) NSURL *webURL;
@end
--
Gitblit v1.8.0