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

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

interface SearchData
{
  int getItemViewType();
}