1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-03 20:27:40 +01:00

コード整形

This commit is contained in:
tateisu 2021-11-14 18:56:23 +09:00
parent 61ed4159df
commit afb496a73d
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package jp.juggler.subwaytooter.pref.impl
import android.content.SharedPreferences
import jp.juggler.subwaytooter.App1
class BooleanPref(key: String, defVal: Boolean) : BasePref<Boolean>(key, defVal) {

View File

@ -1,7 +1,6 @@
package jp.juggler.subwaytooter.pref.impl
import android.content.SharedPreferences
import jp.juggler.subwaytooter.App1
class FloatPref(key: String, defVal: Float) : BasePref<Float>(key, defVal) {

View File

@ -1,7 +1,6 @@
package jp.juggler.subwaytooter.pref.impl
import android.content.SharedPreferences
import jp.juggler.subwaytooter.App1
class IntPref(key: String, defVal: Int) : BasePref<Int>(key, defVal) {