Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h')
-rw-r--r--iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h b/iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
index 0859d4c33c..3b7494eec3 100644
--- a/iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
+++ b/iphone/Maps/Statistics/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
@@ -17,7 +17,6 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#import <Foundation/Foundation.h>
-#import <UIKit/UIKit.h>
#import <FBSDKShareKit/FBSDKAppInviteContent.h>
@@ -30,26 +29,10 @@
/*!
@abstract Convenience method to show a FBSDKAppInviteDialog
- @param viewController A UIViewController to present the dialog from.
@param content The content for the app invite.
@param delegate The receiver's delegate.
-*/
-+ (instancetype)showFromViewController:(UIViewController *)viewController
- withContent:(FBSDKAppInviteContent *)content
- delegate:(id<FBSDKAppInviteDialogDelegate>)delegate;
-
-
-/*!
- @deprecated use showFromViewController:withContent:delegate: instead
- */
-+ (instancetype)showWithContent:(FBSDKAppInviteContent *)content delegate:(id<FBSDKAppInviteDialogDelegate>)delegate
-__attribute__ ((deprecated("use showFromViewController:withContent:delegate: instead")));
-
-/*!
- @abstract A UIViewController to present the dialog from.
- @discussion If not specified, the top most view controller will be automatically determined as best as possible.
*/
-@property (nonatomic, weak) UIViewController *fromViewController;
++ (instancetype)showWithContent:(FBSDKAppInviteContent *)content delegate:(id<FBSDKAppInviteDialogDelegate>)delegate;
/*!
@abstract The receiver's delegate or nil if it doesn't have a delegate.