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/Classes/MWMPlacePageBookmarkCell.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageBookmarkCell.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageBookmarkCell.h b/iphone/Maps/Classes/MWMPlacePageBookmarkCell.h
index 3424bf4856..ac32f2671f 100644
--- a/iphone/Maps/Classes/MWMPlacePageBookmarkCell.h
+++ b/iphone/Maps/Classes/MWMPlacePageBookmarkCell.h
@@ -1,13 +1,6 @@
#import "MWMTableViewCell.h"
-@protocol MWMPlacePageBookmarkDelegate <NSObject>
-
-- (void)reloadBookmark;
-- (void)editBookmarkTap;
-- (void)moreTap;
-
-@end
-
+@protocol MWMPlacePageBookmarkDelegate;
@class MWMPlacePage;
@interface MWMPlacePageBookmarkCell : MWMTableViewCell