mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 20:34:46 +01:00
16 lines
255 B
Swift
16 lines
255 B
Swift
//
|
|
// FeedListControlsView.swift
|
|
// Evergreen
|
|
//
|
|
// Created by Brent Simmons on 11/1/17.
|
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import AppKit
|
|
|
|
// Unused, at least for now.
|
|
|
|
@objc final class FeedListControlsView: NSView {
|
|
|
|
}
|