forked from organicmaps/organicmaps
[MAPSME-5018,MAPSME-5019] [ios] Added missing protocol requirement.
This commit is contained in:
parent
ec383f7c98
commit
bf26974bfe
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue