Last active
July 12, 2017 19:37
-
-
Save Ravi61/31016047c93659f825a408ceb7eb5acb to your computer and use it in GitHub Desktop.
Model with URL
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 BattleShip: Codable { | |
| //... | |
| var url: URL | |
| //... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment