![JAR search and dependency download from the Maven repository](/logo.png)
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