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

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

@protocol MWMPlacePageCellUpdateProtocol;

@interface MWMOpeningHoursCell : MWMTableViewCell

- (void)configureWithOpeningHours:(NSString *)openningHours
             updateLayoutDelegate:(id<MWMPlacePageCellUpdateProtocol>)delegate
                      isClosedNow:(BOOL)isClosedNow;
@end