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: 237b7ff074f13dea803524f1b46a79e57cbc56d3 (plain)
1
2
3
4
5
6
7
8
9
@interface MWMActivityViewController : UIActivityViewController

+ (instancetype)shareControllerForLocationTitle:(NSString *)title location:(CLLocationCoordinate2D)location
                                     myPosition:(BOOL)myPosition;
+ (instancetype)shareControllerForPedestrianRoutesToast;

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

@end