Adds missing interface hierarchy

feature/top10
Laurent 7 years ago
parent f7080fe037
commit 5ccbc8961c
  1. 2
      app/src/main/java/net/pokeranalytics/android/calculus/interface/Datable.kt

@ -6,6 +6,6 @@ interface Datable {
var date: Date
}
interface DatableValue {
interface DatableValue : Datable {
var value: Double
}
Loading…
Cancel
Save