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

DownloadIndicatorProtocol.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 869205f63beada3bf870e82d773a88237cb78bef (plain)
1
2
3
4
5
6
7
8
9
@protocol DownloadIndicatorProtocol <NSObject>

- (void)enableStandby;
- (void)disableStandby;

- (void)disableDownloadIndicator;
- (void)enableDownloadIndicator;

@end