mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 01:22:53 +01:00
aca43090f8
Edit account now has its own model Refactored account creation and updated errors into separate enum Renamed some structs
19 lines
233 B
Swift
19 lines
233 B
Swift
//
|
|
// AccountManagement.swift
|
|
// Multiplatform macOS
|
|
//
|
|
// Created by Stuart Breckenridge on 14/7/20.
|
|
// Copyright © 2020 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
protocol AccountManagement {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|