Files
NetNewsWire/RSTree/Sources/RSTree/TopLevelRepresentedObject.swift
2024-11-08 21:52:53 -08:00

16 lines
319 B
Swift

//
// TopLevelRepresentedObject.swift
// RSTree
//
// Created by Brent Simmons on 8/10/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
import Foundation
// Handy to use as the represented object for a root node. Not required to use it, though.
final class TopLevelRepresentedObject {
}