mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Initial multiplatform build
This commit is contained in:
18
Multiplatform/Shared/NetNewsWire_MultiplatformApp.swift
Normal file
18
Multiplatform/Shared/NetNewsWire_MultiplatformApp.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// NetNewsWire_MultiplatformApp.swift
|
||||
// Shared
|
||||
//
|
||||
// Created by Maurice Parker on 6/27/20.
|
||||
// Copyright © 2020 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct NetNewsWire_MultiplatformApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user