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

11 lines
328 B
Objective-C

#include "geometry/point2d.hpp"
@interface MWMAddPlaceNavigationBar : SolidTouchView
+ (void)showInSuperview:(UIView *)superview
isBusiness:(BOOL)isBusiness
position:(m2::PointD const *)optionalPosition
doneBlock:(MWMVoidBlock)done
cancelBlock:(MWMVoidBlock)cancel;
@end