allow changing the alarm sound

This commit is contained in:
tibbi
2018-03-05 21:32:51 +01:00
parent 2da39c735f
commit 2c0ad467a1
6 changed files with 98 additions and 4 deletions

View File

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