mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-22 19:27:22 +02:00
4 lines
98 B
Kotlin
4 lines
98 B
Kotlin
package com.simplemobiletools.notes.models
|
|
|
|
data class Widget(var widgetId: Int, var noteId: Int)
|