mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
15 lines
234 B
Swift
15 lines
234 B
Swift
//
|
|
// AccountsTableCellView.swift
|
|
// NetNewsWire
|
|
//
|
|
// Created by Brent Simmons on 3/23/19.
|
|
// Copyright © 2019 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import AppKit
|
|
|
|
final class AccountsTableCellView: NSTableCellView {
|
|
|
|
|
|
}
|