Skip to content

Instantly share code, notes, and snippets.

@scottfister
Created April 17, 2017 17:17
Show Gist options
  • Select an option

  • Save scottfister/d50d893dc85afc5b8a739599f2df1e03 to your computer and use it in GitHub Desktop.

Select an option

Save scottfister/d50d893dc85afc5b8a739599f2df1e03 to your computer and use it in GitHub Desktop.

Revisions

  1. scottfister created this gist Apr 17, 2017.
    4 changes: 4 additions & 0 deletions share-extension-5.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    final class Deck {
    var id: String?
    var title: String?
    }