aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt
deleted file mode 100644
index 1e42f59f..00000000
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Interfaces.kt
+++ /dev/null
@@ -1,12 +0,0 @@
-package com.pitchedapps.frost.utils
-
-import io.reactivex.subjects.Subject
-
-/**
- * Created by Allan Wang on 2017-05-29.
- */
-interface ObservableContainer<T> {
- val progressObservable: Subject<T>
-}
-
-interface KeyPairObservable : ObservableContainer<Pair<Int, Int>> \ No newline at end of file