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

MWMBookmarkCell.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9c30ab9966f9f6a0397906a7f48d0090e429318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "MWMTableViewCell.h"

@protocol MWMPlacePageButtonsProtocol, MWMPlacePageCellUpdateProtocol;

@interface MWMBookmarkCell : MWMTableViewCell

- (void)configureWithText:(NSString *)text
       updateCellDelegate:(id<MWMPlacePageCellUpdateProtocol>)updateCellDelegate
     editBookmarkDelegate:(id<MWMPlacePageButtonsProtocol>)editBookmarkDelegate
                   isHTML:(BOOL)isHTML;

@end