Onboarding Page Contract
Created by Alpar Szotyori on 20.05.2019. Copyright (c) 2019 Gini GmbH.
interface OnboardingPageContract
Content copied to clipboard
Types
Presenter
Link copied to clipboard
abstract class Presenter extends GiniCaptureBasePresenter<OnboardingPageContract.View>
Content copied to clipboard
View
Link copied to clipboard
abstract class View implements GiniCaptureBaseView<OnboardingPageContract.Presenter>
Content copied to clipboard