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/FBSDKMacros.h |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h
index fd2e2ff..d749579 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h
@@ -17,23 +17,3 @@
 // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #import <Foundation/Foundation.h>
-
-#ifdef __cplusplus
-#define FBSDK_EXTERN extern "C" __attribute__((visibility ("default")))
-#else
-#define FBSDK_EXTERN extern __attribute__((visibility ("default")))
-#endif
-
-#define FBSDK_STATIC_INLINE static inline
-
-#define FBSDK_NO_DESIGNATED_INITIALIZER() \
-@throw [NSException exceptionWithName:NSInvalidArgumentException \
-                               reason:[NSString stringWithFormat:@"unrecognized selector sent to instance %p", self] \
-                             userInfo:nil]
-
-#define FBSDK_NOT_DESIGNATED_INITIALIZER(DESIGNATED_INITIALIZER) \
-@throw [NSException exceptionWithName:NSInvalidArgumentException \
-                               reason:[NSString stringWithFormat:@"Please use the designated initializer [%p %@]", \
-                                       self, \
-                                       NSStringFromSelector(@selector(DESIGNATED_INITIALIZER))] \
-                             userInfo:nil]

--
Gitblit v1.8.0