Created
December 17, 2015 12:56
-
-
Save jz5/6708ee2a764e7a130fb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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