NetNewsWire/Multiplatform/Shared/Add/Add Account Sheets/Authentication.swift

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 }
}