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/Bookmarks/SelectSetVC.h')
-rw-r--r--iphone/Maps/Bookmarks/SelectSetVC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/iphone/Maps/Bookmarks/SelectSetVC.h b/iphone/Maps/Bookmarks/SelectSetVC.h
index 0a61fe0372..e9d3258a90 100644
--- a/iphone/Maps/Bookmarks/SelectSetVC.h
+++ b/iphone/Maps/Bookmarks/SelectSetVC.h
@@ -1,5 +1,6 @@
#import "MWMTableViewController.h"
-#include "Framework.h"
+
+struct BookmarkAndCategory;
@protocol MWMSelectSetDelegate <NSObject>