mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 09:33:25 +01:00
15 lines
234 B
Swift
15 lines
234 B
Swift
//
|
|
// FeedListViewController.swift
|
|
// Evergreen
|
|
//
|
|
// Created by Brent Simmons on 11/1/17.
|
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import Cocoa
|
|
|
|
final class FeedListViewController: NSViewController {
|
|
|
|
|
|
}
|