forked from organicmaps/organicmaps
[ios] Removed IB_DESIGNABLE.
This commit is contained in:
parent
4aa425ac96
commit
209baa23cb
1 changed files with 2 additions and 3 deletions
|
@ -6,12 +6,11 @@
|
|||
|
||||
@end
|
||||
|
||||
IB_DESIGNABLE
|
||||
@interface MWMSearchTabButtonsView : UIView
|
||||
|
||||
@property (nonatomic) BOOL selected;
|
||||
|
||||
@property (nonatomic) IBInspectable UIImage * iconImage;
|
||||
@property (nonatomic) IBInspectable NSString * localizedText;
|
||||
@property (nonatomic) UIImage * iconImage;
|
||||
@property (nonatomic) NSString * localizedText;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue