Created
April 17, 2017 17:17
-
-
Save scottfister/d50d893dc85afc5b8a739599f2df1e03 to your computer and use it in GitHub Desktop.
Revisions
-
scottfister created this gist
Apr 17, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ final class Deck { var id: String? var title: String? }