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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Classes/ToastView.h')
-rw-r--r--iphone/Maps/Classes/ToastView.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/iphone/Maps/Classes/ToastView.h b/iphone/Maps/Classes/ToastView.h
deleted file mode 100644
index 5377c7d772..0000000000
--- a/iphone/Maps/Classes/ToastView.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#import <UIKit/UIKit.h>
-
-@interface ToastView : UIView
-
-- (instancetype)initWithMessage:(NSString *)message;
-- (void)show;
-
-@end