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

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

import android.support.annotation.NonNull;

public interface DialogFactory
{
  @NonNull
  AlertDialog createDialog();
}