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

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

@interface MWMEditorViewController : MWMTableViewController <MWMOpeningHoursEditorProtocol>

@property (nonatomic) MWMPlacePageEntity * entity;

- (void)setOpeningHours:(NSString *)openingHours;

@end