diff LazyBear/Global Models/QuoteModel.swift @ 454:c79a3ed3d230

StockView for WatchOS implemented
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 27 Jun 2021 20:55:05 +0200
parents 4effac4733b0
children
line wrap: on
line diff
--- a/LazyBear/Global Models/QuoteModel.swift	Sun Jun 27 14:18:29 2021 +0200
+++ b/LazyBear/Global Models/QuoteModel.swift	Sun Jun 27 20:55:05 2021 +0200
@@ -11,4 +11,5 @@
     var companyName: String
     var latestPrice: Double?
     var changePercent: Double?
+    var intradayPrices: [Double]?
 }