Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created August 27, 2019 15:01
Show Gist options
  • Save nanotroy/2b53955035f086a24bb6ca720f01b6e8 to your computer and use it in GitHub Desktop.
Save nanotroy/2b53955035f086a24bb6ca720f01b6e8 to your computer and use it in GitHub Desktop.
struct ArticleStruct {
let title: String
let url: URL
var readCount: Int = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment