co-maps/iphone/Maps/Classes/MWMTableViewCell.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
201 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
@interface MWMTableViewCell : UITableViewCell
@property(nonatomic) BOOL isSeparatorHidden;
- (void)awakeFromNib NS_REQUIRES_SUPER;
@end
@interface MWMTableViewSubtitleCell : MWMTableViewCell
@end