mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-05-10 04:57:22 +00:00
9 lines
132 B
Swift
9 lines
132 B
Swift
import Foundation
|
|
import Brief
|
|
|
|
@objc public protocol UpdaterProtocol {
|
|
|
|
func installUpdate(url: URL) async throws -> String
|
|
|
|
}
|