Skip to content

Instantly share code, notes, and snippets.

import SwiftUI
@main
struct ios14DemoApp: App {
@StateObject var notificationCenter = NotificationCenter()
var body: some Scene {
WindowGroup {
LocalNotificationDemoView(notificationCenter: notificationCenter)
}