Adding notifications for updater (#70)

This commit is contained in:
Max Goedjen
2020-03-21 18:43:26 -07:00
committed by GitHub
父節點 0a9ecb039e
當前提交 df8eedebd0
共有 10 個文件被更改,包括 334 次插入21 次删除

查看文件

@@ -1,5 +1,6 @@
import SwiftUI
import SecretKit
import Brief
struct ContentView<UpdaterType: UpdaterProtocol, AgentStatusCheckerType: AgentStatusCheckerProtocol>: View {