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

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

import android.app.Activity;
import androidx.annotation.NonNull;

public interface OnIntroductionButtonClickListener
{
  void onIntroductionButtonClick(@NonNull Activity activity, @NonNull String deeplink);
}