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/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h | 48 ++++++++++++++++++++++++++---------------------- 1 files changed, 26 insertions(+), 22 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h index 460ac28..f20eb2e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h @@ -24,73 +24,77 @@ /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -__attribute__ ((deprecated)) +DEPRECATED_MSG_ATTRIBUTE("App and game groups are being deprecated") @interface FBSDKAppGroupAddDialog : NSObject /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ + (instancetype)showWithContent:(FBSDKAppGroupContent *)content - delegate:(id<FBSDKAppGroupAddDialogDelegate>)delegate __attribute__ ((deprecated)); + delegate:(id<FBSDKAppGroupAddDialogDelegate>)delegate +DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -@property (nonatomic, weak) id<FBSDKAppGroupAddDialogDelegate> delegate __attribute__ ((deprecated)); +@property (nonatomic, weak) id<FBSDKAppGroupAddDialogDelegate> delegate +DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -@property (nonatomic, copy) FBSDKAppGroupContent *content __attribute__ ((deprecated)); +@property (nonatomic, copy) FBSDKAppGroupContent *content +DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (BOOL)canShow __attribute__ ((deprecated)); +- (BOOL)canShow DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (BOOL)show __attribute__ ((deprecated)); +- (BOOL)show DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef __attribute__ ((deprecated)); +- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef +DEPRECATED_ATTRIBUTE; @end /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -__attribute__ ((deprecated)) +DEPRECATED_MSG_ATTRIBUTE("App and game groups are being deprecated") @protocol FBSDKAppGroupAddDialogDelegate <NSObject> /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didCompleteWithResults:(NSDictionary *)results __attribute__ ((deprecated)); +- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didCompleteWithResults:(NSDictionary *)results DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didFailWithError:(NSError *)error __attribute__ ((deprecated)); +- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didFailWithError:(NSError *)error DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -- (void)appGroupAddDialogDidCancel:(FBSDKAppGroupAddDialog *)appGroupAddDialog __attribute__ ((deprecated)); +- (void)appGroupAddDialogDidCancel:(FBSDKAppGroupAddDialog *)appGroupAddDialog DEPRECATED_ATTRIBUTE; @end -- Gitblit v1.8.0