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