Created
June 2, 2021 09:46
-
-
Save iosdevie/5ccb0b294c2978db888f3a9c42ecd517 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
struct JokesEntry: TimelineEntry { | |
public let date: Date | |
public let joke : String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment