From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 11:04:39 +0800
Subject: [PATCH] 添加V3.8.0
---
frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h
index 1cc549a..8a971b2 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h
@@ -20,8 +20,8 @@
/**
Describes the callback for fetchDeferredAppLink.
- - Parameter url: the url representing the deferred App Link
- - Parameter error: the error during the request, if any
+ @param url the url representing the deferred App Link
+ @param error the error during the request, if any
The url may also have a fb_click_time_utc query parameter that
@@ -32,7 +32,7 @@
/**
Describes the callback for fetchOrganicDeferredAppLink.
- - Parameter url: the url representing the deferred App Link
+ @param url the url representing the deferred App Link
*/
typedef void (^FBSDKDeferredAppInviteHandler)(NSURL *url);
@@ -49,7 +49,7 @@
data (this will only return a valid URL once, and future calls will result in a nil URL
value in the callback).
- - Parameter handler: the handler to be invoked if there is deferred App Link data
+ @param handler the handler to be invoked if there is deferred App Link data
The handler may contain an NSError instance to capture any errors. In the
@@ -63,10 +63,10 @@
/**
-- Warning:This method is no longer available and will always return NO.
+@warning This method is no longer available and will always return NO.
*/
+ (BOOL)fetchDeferredAppInvite:(FBSDKDeferredAppInviteHandler)handler
-__attribute__((deprecated("This method is no longer available.")));;
+DEPRECATED_MSG_ATTRIBUTE("This method is no longer available.");
/*
Call this method to fetch promotion code from the url, if it's present. This function
@@ -75,9 +75,9 @@
Note: This throws an exception if Bolts.framework is not linked. Add '[BFURL class]' in intialize method
of your AppDelegate.
- - Parameter url: App Link url that was passed to the app.
+ @param url App Link url that was passed to the app.
- - Returns: Promotion code string.
+ @return Promotion code string.
Call this method to fetch App Invite Promotion Code from applink if present.
--
Gitblit v1.8.0