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

NetworkType.java « ads « maps « mapswithme « com « src « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78d48bcdbc5e3951ee5d9d630de5d6c17f0d522e (plain)
1
2
3
4
5
6
7
8
9
10
package com.mapswithme.maps.ads;

public enum NetworkType
{
  FACEBOOK,
  GOOGLE,
  MOPUB,
  MOPUB_GOOGLE,
  MYTARGET;
}