Files
another-widget/app/src/main/java/com/tommasoberlose/anotherwidget/models/GlanceProvider.kt

7 lines
133 B
Kotlin

package com.tommasoberlose.anotherwidget.models
class GlanceProvider(
val id: String,
val title: String,
val icon: Int
)