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

MWMShareActivityItem.h « Share « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22be5da8ebfa230a5278a6f862d8f69ccf8cb2ce (plain)
1
2
3
4
5
6
7
8
@class MWMPlacePageEntity;

@interface MWMShareActivityItem : NSObject<UIActivityItemSource>

- (instancetype)initForMyPositionAtLocation:(CLLocationCoordinate2D const &)location;
- (instancetype)initForPlacePageObjectWithEntity:(MWMPlacePageEntity *)entity;

@end