Analysis Screen Contract
Created by Alpar Szotyori on 08.05.2019. Copyright (c) 2019 Gini GmbH.
interface AnalysisScreenContract
Content copied to clipboard
Types
Presenter
Link copied to clipboard
abstract class Presenter extends GiniCaptureBasePresenter<AnalysisScreenContract.View> implements AnalysisFragmentInterface
Content copied to clipboard
View
Link copied to clipboard
abstract class View implements GiniCaptureBaseView<AnalysisScreenContract.Presenter>, AnalysisFragmentInterface
Content copied to clipboard