co-maps/iphone/Maps/Classes/CustomViews/MapViewControls/SideButtons/ZoomButtons/MWMZoomButtonsView.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
396 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import <UIKit/UIKit.h>
@interface MWMZoomButtonsView : UIView
@property (nonatomic) CGFloat topBound;
@property (nonatomic) CGFloat bottomBound;
- (instancetype)initWithFrame:(CGRect)frame __attribute__((unavailable("initWithFrame is not available")));
- (instancetype)init __attribute__((unavailable("init is not available")));
- (void)setHidden:(BOOL)hidden animated:(BOOL)animated;
@end