co-maps/iphone/Maps/UI/Autoupdate/MWMAutoupdateController.h
2025-11-22 13:58:55 +01:00

9 lines
193 B
Objective-C

#import "MWMViewController.h"
#include <CoreApi/Framework.h>
@interface MWMAutoupdateController : MWMViewController
+ (instancetype)instanceWithPurpose:(Framework::DoAfterUpdate)todo;
@end