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

MWMAPIBarView.h « APIBar « MapViewControls « CustomViews « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 570ffb143ac6a6c23fde48ff7f59a21deecd499f (plain)
1
2
3
4
5
6
7
8
#import <UIKit/UIView.h>

@interface MWMAPIBarView : UIView

- (nonnull instancetype)initWithFrame:(CGRect)frame __attribute__((unavailable("initWithFrame is not available")));
- (nonnull instancetype)init __attribute__((unavailable("init is not available")));

@end