Skip to content

Instantly share code, notes, and snippets.

View stankinzl's full-sized avatar
🎯
Focusing

Stanislav Kinzl stankinzl

🎯
Focusing
View GitHub Profile
@stankinzl
stankinzl / kt
Created February 12, 2019 14:58
class PropertySelectionFragment : BaseFragment(), PropertyItemOnClickListener {
companion object {
val TAG: String = PropertySelectionFragment::class.java.name
fun newInstance() = PropertySelectionFragment()
}
@Inject
lateinit var propertyListAdapter: PropertyListAdapter
class PropertySelectionFragment : BaseFragment(), PropertyItemOnClickListener {
companion object {
val TAG: String = PropertySelectionFragment::class.java.name
fun newInstance() = PropertySelectionFragment()
}
@Inject
lateinit var propertyListAdapter: PropertyListAdapter