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

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

import androidx.annotation.NonNull;

import com.mapswithme.maps.MwmActivity;

public interface ClickInterceptor
{
  void onInterceptClick(@NonNull MwmActivity activity);
}