Mercurial > public > simoleon
comparison Simoleon/SimoleonApp.swift @ 182:ba3ebe8cefe5
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:58:15 +0100 |
parents | 5a9430fd6b4d |
children |
comparison
equal
deleted
inserted
replaced
181:5a9430fd6b4d | 182:ba3ebe8cefe5 |
---|---|
1 // | 1 // |
2 // simoleonApp.swift | 2 // SimoleonApp.swift |
3 // simoleon | 3 // Simoleon |
4 // | 4 // |
5 // Created by Dennis Concepción Martín on 8/12/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() |