19 lines
305 B
Swift
19 lines
305 B
Swift
|
//
|
||
|
// 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) {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|