File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "images" : [
3+ {
4+ "filename" : " Twitter.png" ,
5+ "idiom" : " universal"
6+ }
7+ ],
8+ "info" : {
9+ "author" : " xcode" ,
10+ "version" : 1
11+ },
12+ "properties" : {
13+ "template-rendering-intent" : " template"
14+ }
15+ }
Original file line number Diff line number Diff line change 77//
88
99import Setting
10- // import Setting
1110import SwiftUI
1211
13- // struct ContentView: View {
14- // var body: some View {
15- // Text("Hi")
16- // }
17- // }
18-
1912class ViewModel : ObservableObject {
2013 @AppStorage ( " languageIndex " ) var languageIndex = 0
2114 @AppStorage ( " turboMode " ) var turboMode = true
@@ -25,9 +18,7 @@ class ViewModel: ObservableObject {
2518 @AppStorage ( " notificationIndex " ) var notificationIndex = 0
2619 @AppStorage ( " notificationPromo " ) var notificationPromo = true
2720 @AppStorage ( " notificationUpdates " ) var notificationUpdates = true
28-
2921 @AppStorage ( " color " ) var color = 0xFF3100
30-
3122 @Published var showingAlert = false
3223}
3324
You can’t perform that action at this time.
0 commit comments