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:
Diffstat (limited to 'iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/MWMUGCReviewController.h')
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/MWMUGCReviewController.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/MWMUGCReviewController.h b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/MWMUGCReviewController.h
deleted file mode 100644
index 05e14525b9..0000000000
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/MWMUGCReviewController.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#import "MWMTableViewController.h"
-
-@class MWMUGCReviewVM;
-
-@interface MWMUGCReviewController : MWMTableViewController
-
-+ (instancetype)instanceFromViewModel:(MWMUGCReviewVM *)viewModel;
-
-@end