creating a widgets table for holding individual widget info

This commit is contained in:
tibbi
2018-09-13 15:48:58 +02:00
parent 350572394c
commit ad3c6aecfd
7 changed files with 68 additions and 25 deletions

View File

@ -0,0 +1,3 @@
package com.simplemobiletools.notes.models
data class Widget(var widgetId: Int, var noteId: Int)