Format Game

feature/top10
Aurelien Hubert 7 years ago
parent b36d0a582e
commit 872a239236
  1. 3
      app/src/main/java/net/pokeranalytics/android/model/realm/Game.kt

@ -11,8 +11,7 @@ import net.pokeranalytics.android.ui.view.rowrepresentable.SimpleRow
import java.util.*
import kotlin.collections.ArrayList
open class Game : RealmObject(), Savable, StaticRowRepresentableDataSource,
RowRepresentable {
open class Game : RealmObject(), Savable, StaticRowRepresentableDataSource, RowRepresentable {
@PrimaryKey
var id = UUID.randomUUID().toString()

Loading…
Cancel
Save