add some renaming related stuff

This commit is contained in:
tibbi
2017-03-08 23:21:40 +01:00
parent 59e29c2452
commit 5ed43bb870
6 changed files with 47 additions and 7 deletions

View File

@ -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 = "")