Remove Master from names.

This commit is contained in:
Brent Simmons
2024-02-26 08:37:15 -08:00
parent 5b34217374
commit fea6d03bc3
42 changed files with 588 additions and 590 deletions

View File

@@ -0,0 +1,18 @@
//
// MasterFeedTableViewCellSectionIdentifier.swift
// NetNewsWire-iOS
//
// Created by Maurice Parker on 6/3/20.
// Copyright © 2020 Ranchero Software. All rights reserved.
//
import Foundation
import RSTree
struct MasterFeedTableViewSectionIdentifier: Hashable {
init(node: Node) {
}
}