Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created January 2, 2020 19:29
Show Gist options
  • Save azamsharp/7d93b0f7b760b962fa09208c911dc628 to your computer and use it in GitHub Desktop.
Save azamsharp/7d93b0f7b760b962fa09208c911dc628 to your computer and use it in GitHub Desktop.
//
// Stock.swift
// stocks
//
// Created by Mohammad Azam on 12/24/19.
// Copyright © 2019 Mohammad Azam. All rights reserved.
//
import Foundation
struct Stock: Decodable {
let symbol: String
let description: String
let price: Double
let change: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment