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/FBSDKAppGroupJoinDialog.h | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h index 371e5cc..60e8d99 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h @@ -22,71 +22,71 @@ /** -- 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 FBSDKAppGroupJoinDialog : 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)showWithGroupID:(NSString *)groupID - delegate:(id<FBSDKAppGroupJoinDialogDelegate>)delegate __attribute__ ((deprecated)); + delegate:(id<FBSDKAppGroupJoinDialogDelegate>)delegate DEPRECATED_ATTRIBUTE; /** -- 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<FBSDKAppGroupJoinDialogDelegate> delegate __attribute__ ((deprecated)); +@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<FBSDKAppGroupJoinDialogDelegate> delegate DEPRECATED_ATTRIBUTE; /** -- Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ -@property (nonatomic, copy) NSString *groupID __attribute__ ((deprecated)); +@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */ +@property (nonatomic, copy) NSString *groupID 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 FBSDKAppGroupJoinDialogDelegate <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)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog didCompleteWithResults:(NSDictionary *)results __attribute__ ((deprecated)); +- (void)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog 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)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog didFailWithError:(NSError *)error __attribute__ ((deprecated)); +- (void)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog 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)appGroupJoinDialogDidCancel:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog __attribute__ ((deprecated)); +- (void)appGroupJoinDialogDidCancel:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog DEPRECATED_ATTRIBUTE; @end -- Gitblit v1.8.0