//
// SmallIconProvider.swift
// Evergreen
// Created by Brent Simmons on 12/16/17.
// Copyright © 2017 Ranchero Software. All rights reserved.
import AppKit
protocol SmallIconProvider {
var smallIcon: NSImage? { get }
}