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

MWMAPIBar.h « APIBar « MapViewControls « CustomViews « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df086f82f5703dae07c5980d0e69debd80fe44d2 (plain)
1
2
3
4
5
6
7
8
9
@interface MWMAPIBar : NSObject

@property (nonatomic) BOOL isVisible;

- (nullable instancetype)initWithController:(nonnull UIViewController *)controller;

- (void)back;

@end