Skip to content

Instantly share code, notes, and snippets.

@amichnia
Created February 16, 2019 13:56
Show Gist options
  • Save amichnia/fb0a5fa2e16f10b050e471584b836f22 to your computer and use it in GitHub Desktop.
Save amichnia/fb0a5fa2e16f10b050e471584b836f22 to your computer and use it in GitHub Desktop.
// Somewhere in the wild west
import MyFramework
import MyFramework.Private
...
// This should not be possible, nor even compile,
// as it should not be able to see MyPrivateClass
let privateClass = MyPrivateClass()
privateClass.doSomethingInternal(withSecretAttribute: 13)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment