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

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

@interface BookmarksVC : MWMTableViewController <UITextFieldDelegate>
{
  int m_categoryIndex;
}

- (instancetype)initWithCategory:(int)index;

@end