2017-11-01 21:27:45 +01:00
|
|
|
//
|
|
|
|
// FeedListControlsView.swift
|
|
|
|
// Evergreen
|
|
|
|
//
|
|
|
|
// Created by Brent Simmons on 11/1/17.
|
|
|
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
|
|
|
//
|
|
|
|
|
2017-11-01 21:28:30 +01:00
|
|
|
import Cocoa
|
2017-11-01 21:27:45 +01:00
|
|
|
|
|
|
|
@objc final class FeedListControlsView: NSView {
|
|
|
|
|
|
|
|
@IBOutlet var addToFeedsButton: NSButton!
|
|
|
|
@IBOutlet var openHomePageButton: NSButton!
|
|
|
|
}
|