mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
add some renaming related stuff
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
package com.simplemobiletools.notes.models
|
||||
|
||||
data class Note(var id: Int, var title: String, var value: String, val type: Int, val path: String = "")
|
||||
data class Note(var id: Int, var title: String, var value: String, val type: Int, var path: String = "")
|
||||
|
Reference in New Issue
Block a user