mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-28 18:40:26 +01:00
18 lines
285 B
Swift
18 lines
285 B
Swift
//
|
|
// LocalAccountDelegate.swift
|
|
// Account
|
|
//
|
|
// Created by Brent Simmons on 9/16/17.
|
|
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct LocalAccountDelegate: AccountDelegate {
|
|
|
|
func refreshAll(for account: Account) {
|
|
|
|
// TODO
|
|
}
|
|
}
|