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

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

import androidx.annotation.Nullable;

public interface AdsRemovalPurchaseControllerProvider
{
  @Nullable
  PurchaseController<PurchaseCallback> getAdsRemovalPurchaseController();
}