co-maps/iphone/Maps/Classes/Widgets/MWMMapWidgets.h
2025-11-22 13:58:55 +01:00

14 lines
316 B
Objective-C

#include <CoreApi/Framework.h>
@interface MWMMapWidgets : NSObject
+ (MWMMapWidgets *)widgetsManager;
- (void)setupWidgets:(Framework::DrapeCreationParams &)p;
- (void)resize:(CGSize)size;
- (void)updateAvailableArea:(CGRect)frame;
- (void)updateLayout:(CGRect)frame;
- (void)updateLayoutForAvailableArea;
@end