view LazyBear/Models/HistoricalPriceModel.swift @ 181:9533f6a60531

User can change theme color
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 21 Feb 2021 19:41:09 +0100
parents
children 4d677cfcaa91
line wrap: on
line source

//
//  HistoricalPrice.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 21/2/21.
//

import SwiftUI

struct HistoricalPrice: View {
    var body: some View {
        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
    }
}

struct HistoricalPrice_Previews: PreviewProvider {
    static var previews: some View {
        HistoricalPrice()
    }
}