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

rb_ads.hpp « partners_api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9fde9129d56fa19e9ba187c7dacf4b1a9eba595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "partners_api/ads_base.hpp"

namespace ads
{
// Class which matches feature types and RB banner ids.
class Rb : public Container
{
public:
  Rb();

  // ContainerBase overrides:
  std::string GetBannerIdForOtherTypes() const override;
};
}  // namespace ads