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 {
|
||
|
|
||
|
|
||
|
}
|
||
|
|