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

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

- (void)awakeFromNib NS_REQUIRES_SUPER;
- (void)configure;

@end

@interface MWMTableViewSubtitleCell : MWMTableViewCell

@end