NetNewsWire/Modules/Tree/Sources/Tree/RSTree.swift
2024-07-06 21:07:05 -07:00

4 lines
49 B
Swift

struct RSTree {
var text = "Hello, World!"
}