mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 01:17:29 +01:00
16 lines
247 B
Swift
16 lines
247 B
Swift
//
|
|
// FeedListWindowController.swift
|
|
// Evergreen
|
|
//
|
|
// Created by Brent Simmons on 8/1/15.
|
|
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Cocoa
|
|
|
|
class FeedListWindowController : NSWindowController {
|
|
|
|
|
|
}
|
|
|