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/Core/Ads/MWMBanner.h')
-rw-r--r--iphone/Maps/Core/Ads/MWMBanner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/Maps/Core/Ads/MWMBanner.h b/iphone/Maps/Core/Ads/MWMBanner.h
index 1766a78a48..b16f1912e9 100644
--- a/iphone/Maps/Core/Ads/MWMBanner.h
+++ b/iphone/Maps/Core/Ads/MWMBanner.h
@@ -6,7 +6,7 @@ typedef NS_ENUM(NSInteger, MWMBannerType) {
MWMBannerTypeGoogle
};
-@protocol MWMBanner
+@protocol MWMBanner <NSObject>
@property(nonatomic, readonly) enum MWMBannerType mwmType;
-@property(nonatomic, readonly) NSString * bannerID;
+@property(copy, nonatomic, readonly) NSString * bannerID;
@end