moving SelectAlarmSoundDialog in Commons

This commit is contained in:
tibbi
2018-03-30 16:00:35 +02:00
parent 950d49c2b1
commit e93dbdc327
22 changed files with 22 additions and 310 deletions

View File

@ -1,3 +0,0 @@
package com.simplemobiletools.clock.models
data class AlarmSound(val id: Int, var title: String, var uri: String)