Skip to content

Instantly share code, notes, and snippets.

@acwright
Created December 18, 2019 17:05
Show Gist options
  • Save acwright/f1bc2f15f6a05f4cb90f0fe7f12c1c99 to your computer and use it in GitHub Desktop.
Save acwright/f1bc2f15f6a05f4cb90f0fe7f12c1c99 to your computer and use it in GitHub Desktop.
import Cocoa
import SwiftUI
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Create the SwiftUI view that provides the window contents.
let contentView = ContentView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment