Skip to content

Instantly share code, notes, and snippets.

View lukecurtis93's full-sized avatar

Luke Curtis lukecurtis93

View GitHub Profile
//: Playground - noun: a place where people can play
import Foundation
import XCPlayground
import PlaygroundSupport
import UIKit
struct Industry: Codable {
let name: String
let id: Int