NetNewsWire/Multiplatform/macOS/Preferences/Preference Panes/Accounts/AccountManagement.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 {
}