secretive/Sources/SecretiveUpdater/UpdaterProtocol.swift
Max Goedjen 93b51f9e9b
Dump
2022-02-16 22:02:57 -08:00

9 lines
141 B
Swift

import Foundation
import Brief
@objc public protocol UpdaterProtocol {
func installUpdate(url: URL, to: URL) async throws -> String
}