[MAPSME-5018,MAPSME-5019] [ios] Added missing protocol requirement.

This commit is contained in:
Ilya Grechuhin 2017-07-18 10:24:25 +03:00 committed by r.kuznetsov
parent ec383f7c98
commit bf26974bfe

View file

@ -1,3 +1,5 @@
#import "MWMPlacePageActionBar.h"
#include "local_ads/event.hpp"
#include "partners_api/booking_api.hpp"
@ -128,7 +130,7 @@ using BannerIsReady = void (^)();
@protocol MWMBanner;
/// ViewModel for place page.
@interface MWMPlacePageData : NSObject
@interface MWMPlacePageData : NSObject<MWMActionBarSharedData>
@property(copy, nonatomic) place_page::NewSectionsAreReady sectionsAreReadyCallback;
@property(copy, nonatomic) place_page::BannerIsReady bannerIsReadyCallback;