forked from organicmaps/organicmaps
11 lines
201 B
Objective-C
11 lines
201 B
Objective-C
@interface MWMTableViewCell : UITableViewCell
|
|
|
|
@property(nonatomic) BOOL isSeparatorHidden;
|
|
|
|
- (void)awakeFromNib NS_REQUIRES_SUPER;
|
|
|
|
@end
|
|
|
|
@interface MWMTableViewSubtitleCell : MWMTableViewCell
|
|
|
|
@end
|