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

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

public class LightFramework
{
  public static native boolean nativeIsAuthenticated();
  public static native int nativeGetNumberUnsentUGC();
}