mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
creating a widgets table for holding individual widget info
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.notes.models
|
||||
|
||||
data class Widget(var widgetId: Int, var noteId: Int)
|
Reference in New Issue
Block a user