Huge refactor for better maintainability
This commit is contained in:
11
mobile/src/main/java/be/mygod/vpnhotspot/manage/Data.kt
Normal file
11
mobile/src/main/java/be/mygod/vpnhotspot/manage/Data.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package be.mygod.vpnhotspot.manage
|
||||
|
||||
import android.databinding.BaseObservable
|
||||
|
||||
abstract class Data : BaseObservable() {
|
||||
abstract val icon: Int
|
||||
abstract val title: CharSequence
|
||||
abstract val text: CharSequence
|
||||
abstract val active: Boolean
|
||||
abstract val selectable: Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user