Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created July 15, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajajawahar/47b4974aaef545c0191d81d52660ef74 to your computer and use it in GitHub Desktop.
Save rajajawahar/47b4974aaef545c0191d81d52660ef74 to your computer and use it in GitHub Desktop.
import UIKit
struct Repos: Codable {
var id : Int?
var name : String?
var description :String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment