12 lines
227 B
C
12 lines
227 B
C
|
|
#import "MWMViewController.h"
|
||
|
|
|
||
|
|
@interface MWMTrafficButtonViewController : MWMViewController
|
||
|
|
|
||
|
|
+ (MWMTrafficButtonViewController *)controller;
|
||
|
|
|
||
|
|
@property(nonatomic) BOOL hidden;
|
||
|
|
|
||
|
|
+ (void)updateAvailableArea:(CGRect)frame;
|
||
|
|
|
||
|
|
@end
|