NetNewsWire/Frameworks/Account/AccountDelegate.swift

16 lines
252 B
Swift

//
// AccountDelegate.swift
// Account
//
// Created by Brent Simmons on 9/16/17.
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
//
import Foundation
public protocol AccountDelegate {
func refreshAll(for account: Account)
}