Refactor to MVVM architecture

This commit is contained in:
世界
2025-11-26 22:25:48 +08:00
parent 61f1036f57
commit b71cbae382
31 changed files with 1551 additions and 1229 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public enum FullDiskAccessPermissionRequired: Error {
public class ExtensionStartupError: Error {
let message: String
init(_ message: String) {
public init(_ message: String) {
self.message = message
}
}