Skip to content

Instantly share code, notes, and snippets.

@jz5
Created December 17, 2015 12:56
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 jz5/6708ee2a764e7a130fb7 to your computer and use it in GitHub Desktop.
Save jz5/6708ee2a764e7a130fb7 to your computer and use it in GitHub Desktop.
Public Class ComicItem
Property Title As String
Property Description As String
Property PubDate As DateTime
Property ModifiedDate As DateTime
Property Link As String
Property Id As String
Property Volume As Integer
Property IsAvailable As Boolean
Property MediaUrl As String
Property ThumbnailUrl As String
Property Creator As String
Property Guid As String
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment