comparison LazyBear/LazyBearApp.swift @ 439:aa1f4b614b2b

Implementing CompanyView
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 14:31:39 +0200
parents 7f2a24a774eb
children 01fa77358b82
comparison
equal deleted inserted replaced
438:7f2a24a774eb 439:aa1f4b614b2b
15 // Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi") 15 // Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi")
16 // } 16 // }
17 17
18 var body: some Scene { 18 var body: some Scene {
19 WindowGroup { 19 WindowGroup {
20 CompanyView() 20 CompanyView(symbol: "aapl", name: "aaple inc")
21 .environment(\.managedObjectContext, persistenceController.container.viewContext) 21 .environment(\.managedObjectContext, persistenceController.container.viewContext)
22 } 22 }
23 } 23 }
24 } 24 }