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