This commit is contained in:
Max Goedjen
2020-03-15 00:06:22 -07:00
parent ee23c97b09
commit 979e5b3e3c
8 changed files with 235 additions and 56 deletions

View File

@@ -0,0 +1,6 @@
import Foundation
import Combine
class PreviewUpdater: ObservableObject, UpdaterProtocol {
var update: Release? = nil
}