Create rough app outline

This commit is contained in:
Maurice Parker
2020-06-28 14:21:43 -05:00
parent 6424e621fd
commit 441bc072f3
9 changed files with 188 additions and 28 deletions

View File

@@ -0,0 +1,15 @@
//
// AppModel.swift
// NetNewsWire
//
// Created by Maurice Parker on 6/28/20.
// Copyright © 2020 Ranchero Software. All rights reserved.
//
import Foundation
final class SceneModel {
var sidebarModel = SidebarModel()
}