Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Data/NCDatabase.swift')
-rw-r--r--iOSClient/Data/NCDatabase.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/iOSClient/Data/NCDatabase.swift b/iOSClient/Data/NCDatabase.swift
index 948cb78c7..d2cd149ac 100644
--- a/iOSClient/Data/NCDatabase.swift
+++ b/iOSClient/Data/NCDatabase.swift
@@ -493,6 +493,11 @@ class tableTag: Object {
}
}
+class tableTip: Object {
+
+ @Persisted(primaryKey: true) var tipName = ""
+}
+
class tableTrash: Object {
@objc dynamic var account = ""