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

SelectableCell.h « Settings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d86d8819d10a5a3f5d400c7afa5ae4d48ae8af38 (plain)
1
2
3
4
5
6
7
#import "MWMTableViewCell.h"

@interface SelectableCell : MWMTableViewCell

@property (weak, nonatomic) IBOutlet UILabel * titleLabel;

@end