Skip to content

Instantly share code, notes, and snippets.

@gravicle
Last active September 23, 2016 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravicle/49c42b1d309914f7dd04870207866953 to your computer and use it in GitHub Desktop.
Save gravicle/49c42b1d309914f7dd04870207866953 to your computer and use it in GitHub Desktop.
Scope Access Access Level
across modules import public
           | subclass | open

within module | import | internal final | subclass | internal within file | use | fileprivate final | subclass | fileprivate within scope | use | private final | subclass | private

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment