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/FBSDKApplicationDelegate.h |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h
index ebaef4d..c1eca10 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h
@@ -41,15 +41,15 @@
  of the AppDelegate for your app. It should be invoked for the proper processing of responses during interaction
  with the native Facebook app or Safari as part of SSO authorization flow or Facebook dialogs.
 
- - Parameter application: The application as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
+ @param application The application as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
 
- - Parameter url: The URL as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
+ @param url The URL as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
 
- - Parameter sourceApplication: The sourceApplication as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
+ @param sourceApplication The sourceApplication as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
 
- - Parameter annotation: The annotation as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
+ @param annotation The annotation as passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:].
 
- - Returns: YES if the url was intended for the Facebook SDK, NO if not.
+ @return YES if the url was intended for the Facebook SDK, NO if not.
  */
 - (BOOL)application:(UIApplication *)application
             openURL:(NSURL *)url
@@ -62,13 +62,13 @@
  of the AppDelegate for your app. It should be invoked for the proper processing of responses during interaction
  with the native Facebook app or Safari as part of SSO authorization flow or Facebook dialogs.
 
- - Parameter application: The application as passed to [UIApplicationDelegate application:openURL:options:].
+ @param application The application as passed to [UIApplicationDelegate application:openURL:options:].
 
- - Parameter url: The URL as passed to [UIApplicationDelegate application:openURL:options:].
+ @param url The URL as passed to [UIApplicationDelegate application:openURL:options:].
 
- - Parameter options: The options dictionary as passed to [UIApplicationDelegate application:openURL:options:].
+ @param options The options dictionary as passed to [UIApplicationDelegate application:openURL:options:].
 
- - Returns: YES if the url was intended for the Facebook SDK, NO if not.
+ @return YES if the url was intended for the Facebook SDK, NO if not.
  */
 - (BOOL)application:(UIApplication *)application
             openURL:(NSURL *)url
@@ -81,11 +81,11 @@
  As part of SDK initialization basic auto logging of app events will occur, this can be
 controlled via 'FacebookAutoLogAppEventsEnabled' key in the project info plist file.
 
- - Parameter application: The application as passed to [UIApplicationDelegate application:didFinishLaunchingWithOptions:].
+ @param application The application as passed to [UIApplicationDelegate application:didFinishLaunchingWithOptions:].
 
- - Parameter launchOptions: The launchOptions as passed to [UIApplicationDelegate application:didFinishLaunchingWithOptions:].
+ @param launchOptions The launchOptions as passed to [UIApplicationDelegate application:didFinishLaunchingWithOptions:].
 
- - Returns: YES if the url was intended for the Facebook SDK, NO if not.
+ @return YES if the url was intended for the Facebook SDK, NO if not.
  */
 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
 

--
Gitblit v1.8.0