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

MWMActivityViewController.h « Share « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14b2d9f26618f83bee6ba25a1c1b0af3c806712a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@class MWMPlacePageEntity;

@interface MWMActivityViewController : UIActivityViewController

+ (instancetype)shareControllerForEditorViral;

+ (instancetype)shareControllerForMyPosition:(CLLocationCoordinate2D const &)location;

+ (instancetype)shareControllerForPlacePageObject:(MWMPlacePageEntity *)entity;

- (void)presentInParentViewController:(UIViewController *)parentVC anchorView:(UIView *)anchorView;

@end