[MAPSME-3810] [ios] [REMOVE_BEFORE_RELEASE] Enabled FB test banners.

This commit is contained in:
Ilya Grechuhin 2017-02-13 15:28:33 +03:00 committed by Sergey Yershov
parent 1b251a1415
commit 3c40cdbf1e

View file

@ -240,6 +240,7 @@ array<Class, 8> const kPreviewCells = {{[_MWMPPPTitle class], [_MWMPPPExternalTi
}];
auto bannerCell = static_cast<MWMFBAdsBanner *>(c);
using namespace banners;
[FBAdSettings addTestDevice:[FBAdSettings testDeviceHash]];
switch (banner.m_type)
{
case Banner::Type::None: NSAssert(false, @"Invalid banner type"); break;