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

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

import android.support.annotation.NonNull;

public interface PopularityProvider
{
  @NonNull
  Popularity getPopularity();
}