From 8651506dc68d6643c16f20fa5c0a382ac499cd7f Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 15 Dec 2016 11:15:41 +0300 Subject: [swift] [ios] Moved settings files to designated folders. --- iphone/Maps/Settings/SwitchCell.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 iphone/Maps/Settings/SwitchCell.h (limited to 'iphone/Maps/Settings/SwitchCell.h') diff --git a/iphone/Maps/Settings/SwitchCell.h b/iphone/Maps/Settings/SwitchCell.h deleted file mode 100644 index 8dfb1ad1c4..0000000000 --- a/iphone/Maps/Settings/SwitchCell.h +++ /dev/null @@ -1,17 +0,0 @@ -#import "MWMTableViewCell.h" - -@class SwitchCell; -@protocol SwitchCellDelegate - -- (void)switchCell:(SwitchCell *)cell didChangeValue:(BOOL)value; - -@end - -@interface SwitchCell : MWMTableViewCell - -@property(weak, nonatomic) IBOutlet UILabel * titleLabel; -@property(weak, nonatomic) IBOutlet UISwitch * switchButton; - -@property(weak, nonatomic) id delegate; - -@end -- cgit v1.2.3