8 lines
166 B
C
8 lines
166 B
C
|
|
@interface MWMMapWidgetsHelper : NSObject
|
||
|
|
|
||
|
|
+ (void)updateAvailableArea:(CGRect)frame;
|
||
|
|
+ (void)updateLayout:(CGRect)frame;
|
||
|
|
+ (void)updateLayoutForAvailableArea;
|
||
|
|
|
||
|
|
@end
|