Mercurial > public > simoleon
comparison Simoleon/SimoleonApp.swift @ 181:5a9430fd6b4d
restart project to new version
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:52:11 +0100 |
parents | ad8c6567539d |
children | ba3ebe8cefe5 |
comparison
equal
deleted
inserted
replaced
180:41f284db0c3d | 181:5a9430fd6b4d |
---|---|
1 // | 1 // |
2 // SimoleonApp.swift | 2 // simoleonApp.swift |
3 // Simoleon | 3 // simoleon |
4 // | 4 // |
5 // Created by Dennis Concepción Martín on 26/10/21. | 5 // Created by Dennis Concepción Martín on 8/12/21. |
6 // | 6 // |
7 | 7 |
8 import SwiftUI | 8 import SwiftUI |
9 | 9 |
10 @main | 10 @main |
11 struct SimoleonApp: App { | 11 struct simoleonApp: App { |
12 let persistenceController = PersistenceController.shared | 12 let persistenceController = PersistenceController.shared |
13 | 13 |
14 var body: some Scene { | 14 var body: some Scene { |
15 WindowGroup { | 15 WindowGroup { |
16 ContentView() | 16 ContentView() |