mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-19 21:13:22 +01:00
Add SmallIconProvider protocol. Objects that want an icon in the sidebar (and perhaps other places) can conform to this.
This commit is contained in:
parent
adf5a5e784
commit
da489b8271
14
Evergreen/Data/SmallIconProvider.swift
Normal file
14
Evergreen/Data/SmallIconProvider.swift
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// SmallIconProvider.swift
|
||||
// Evergreen
|
||||
//
|
||||
// Created by Brent Simmons on 12/16/17.
|
||||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
|
||||
protocol SmallIconProvider {
|
||||
|
||||
var smallIcon: NSImage? { get }
|
||||
}
|
Loading…
Reference in New Issue
Block a user