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

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

@interface MWMBookmarkNameCell : MWMTableViewCell

- (void)configWithName:(NSString *)name delegate:(id<UITextFieldDelegate>)delegate;
- (NSString *)currentName;

@end