Skip to content

Instantly share code, notes, and snippets.

@anuragajwani
Created February 17, 2017 13:32
Show Gist options
  • Save anuragajwani/2df61ff3dc14b0b8924f5f064c16862e to your computer and use it in GitHub Desktop.
Save anuragajwani/2df61ff3dc14b0b8924f5f064c16862e to your computer and use it in GitHub Desktop.
protocol MyProtocol {
var sharedInstance: Any?  { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment