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

MWMBookmarkColorCell.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a1985ef40661c7ddfa5290c9ab367db991f2461 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <UIKit/UIKit.h>

@interface MWMBookmarkColorCell : UITableViewCell

@property (weak, nonatomic) IBOutlet UIButton * colorButton;
@property (weak, nonatomic) IBOutlet UILabel * titleLabel;
@property (weak, nonatomic) IBOutlet UIImageView * approveImageView;

- (void)configureWithColorString:(NSString *)colorString;

@end