mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-03 20:27:40 +01:00
コード整形
This commit is contained in:
parent
61ed4159df
commit
afb496a73d
@ -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) {
|
||||
|
||||
|
@ -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) {
|
||||
|
||||
|
@ -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) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user