secretive/Sources/SecretiveUpdater/UpdaterProtocol.swift

9 lines
141 B
Swift
Raw Normal View History

2022-02-12 06:52:45 +00:00
import Foundation
import Brief
@objc public protocol UpdaterProtocol {
2022-02-17 06:02:57 +00:00
func installUpdate(url: URL, to: URL) async throws -> String
2022-02-12 06:52:45 +00:00
}