mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-24 22:47:06 +00:00
9 lines
141 B
Swift
9 lines
141 B
Swift
import Foundation
|
|
import Brief
|
|
|
|
@objc public protocol UpdaterProtocol {
|
|
|
|
func installUpdate(url: URL, to: URL) async throws -> String
|
|
|
|
}
|