All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.harmony.kotlin.common.presenter.PresenterViewHolder.kt Maven / Gradle / Ivy

package com.harmony.kotlin.common.presenter

/**
 * Holds a view for a Presenter. Intended to avoid memory leaks and handle view lifecycle (when applies)
 */
expect class PresenterViewHolder(view: V) {
  fun get(): V?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy