co-maps/iphone/Maps/Classes/CustomViews/MapViewControls/TrafficButton/MWMTrafficButtonViewController.h

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

12 lines
227 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMViewController.h"
@interface MWMTrafficButtonViewController : MWMViewController
+ (MWMTrafficButtonViewController *)controller;
@property(nonatomic) BOOL hidden;
+ (void)updateAvailableArea:(CGRect)frame;
@end