Files
NetNewsWire/Frameworks/RSCore/RSCore/DisplayNameProvider.swift
2017-11-19 11:41:27 -08:00

16 lines
268 B
Swift

//
// DisplayNameProviderProtocol.swift
// DataModel
//
// Created by Brent Simmons on 7/28/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
import Foundation
public protocol DisplayNameProvider {
var nameForDisplay: String { get }
}