co-maps/iphone/Maps/Classes/MWMTableViewCell.h
2025-11-22 13:58:55 +01:00

11 lines
201 B
Objective-C

@interface MWMTableViewCell : UITableViewCell
@property(nonatomic) BOOL isSeparatorHidden;
- (void)awakeFromNib NS_REQUIRES_SUPER;
@end
@interface MWMTableViewSubtitleCell : MWMTableViewCell
@end