NetNewsWire/Multiplatform/Shared/Add/Add Account Sheets/Authentication.swift
2020-12-05 22:18:10 +08:00

14 lines
276 B
Swift

//
// Authentication.swift
// Multiplatform macOS
//
// Created by Stuart Breckenridge on 05/12/2020.
// Copyright © 2020 Ranchero Software. All rights reserved.
//
import Foundation
protocol AccountUpdater {
var authenticationError: AccountUpdateErrors { get set }
}