NetNewsWire/Frameworks/Data/Protocols/AccountDelegate.swift
2017-07-03 11:20:14 -07:00

17 lines
290 B
Swift

//
// AccountDelegate.swift
// DataModel
//
// Created by Brent Simmons on 7/1/17.
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
//
import Foundation
public protocol AccountDelegate: class {
func canAddItem(_ item: AnyObject, toContainer: Container) -> Bool
}