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/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h
index ad2c9d5..1792197 100644
--- a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h
+++ b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h
@@ -61,8 +61,8 @@
 /**
   Asks the delegate if the tooltip view should appear
 
- - Parameter view: The tooltip view.
- - Parameter appIsEligible: The value fetched from the server identifying if the app
+ @param view The tooltip view.
+ @param appIsEligible The value fetched from the server identifying if the app
  is eligible for the new login experience.
 
 
@@ -74,7 +74,7 @@
   Tells the delegate the tooltip view will appear, specifically after it's been
  added to the super view but before the fade in animation.
 
- - Parameter view: The tooltip view.
+ @param view The tooltip view.
  */
 - (void)loginTooltipViewWillAppear:(FBSDKLoginTooltipView *)view;
 
@@ -82,7 +82,7 @@
   Tells the delegate the tooltip view will not appear (i.e., was not
  added to the super view).
 
- - Parameter view: The tooltip view.
+ @param view The tooltip view.
  */
 - (void)loginTooltipViewWillNotAppear:(FBSDKLoginTooltipView *)view;
 

--
Gitblit v1.8.0