From 88188ea7992a90e66db694e9fc1b304a59608044 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 26 Sep 2019 12:29:34 +0800 Subject: [PATCH] 3.8.3 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h index 0eb7c0b..37ff15e 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h @@ -168,7 +168,7 @@ FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameSchedule; /** The subsequent subscriptions after the start of a paid subscription for a product or service you offer. */ -FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameSubscriptionHeartbeat; +FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameSubscriptionHeartbeat __attribute((deprecated("This attribute is no longer used."))); /** The start of a free trial of a product or service you offer (example: trial subscription). */ FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameStartTrial; -- Gitblit v1.8.0