co-maps/iphone/Maps/UI/Editor/OpeningHours/Cells/MWMOpeningHoursAddScheduleTableViewCell.h
2025-11-22 13:58:55 +01:00

9 lines
188 B
Objective-C

#import "MWMOpeningHoursModel.h"
@interface MWMOpeningHoursAddScheduleTableViewCell : UITableViewCell
+ (CGFloat)height;
@property (weak, nonatomic) MWMOpeningHoursModel * model;
@end