Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-08-15 18:19:26 +0300
committerSergey Yershov <syershov@maps.me>2017-08-15 19:16:03 +0300
commitb64b2731550e10b848e682aaaac4d2034948c897 (patch)
tree53ed0791f72417fff923e016b48393b948df46f3 /iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h
parent648c6ceb96456835f9ac139e0becc451d31646cb (diff)
[cleanup] [ios] Code (imports) cleanup.beta-964
Diffstat (limited to 'iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h')
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h b/iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h
index ccef526d84..23861bcdd1 100644
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h
+++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/ActionBar/MWMPlacePageActionBar.h
@@ -1,6 +1,6 @@
-@class MWMPlacePageData;
+#import "MWMCircularProgressState.h"
-#import "MWMCircularProgress.h"
+@class MWMPlacePageData;
@protocol MWMActionBarSharedData<NSObject>