secretive/Sources/SecretiveUpdater/UpdaterProtocol.swift

9 lines
132 B
Swift
Raw Normal View History

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