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

ToastView.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5377c7d772a7546f24abb2ba6825d9f623e31d81 (plain)
1
2
3
4
5
6
7
8
9

#import <UIKit/UIKit.h>

@interface ToastView : UIView

- (instancetype)initWithMessage:(NSString *)message;
- (void)show;

@end