hank
2018-04-18 27832ca8f32b6e62dfc7522634fb5892a5c111bd
frameworks/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
@@ -33,10 +33,12 @@
 - Parameter viewController: A UIViewController to present the dialog from.
 - Parameter content: The content for the app invite.
 - Parameter delegate: The receiver's delegate.
 - Warning: This method is deprecated.
*/
+ (instancetype)showFromViewController:(UIViewController *)viewController
                           withContent:(FBSDKAppInviteContent *)content
                              delegate:(id<FBSDKAppInviteDialogDelegate>)delegate;
                              delegate:(id<FBSDKAppInviteDialogDelegate>)delegate
__attribute__ ((deprecated("App Invites no longer supported")));
/**