Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created January 11, 2019 23:40
Show Gist options
  • Save adam-arold/18fb435355150acf24d5d6f8035e11c6 to your computer and use it in GitHub Desktop.
Save adam-arold/18fb435355150acf24d5d6f8035e11c6 to your computer and use it in GitHub Desktop.
// safe to use
package api
interface Component
interface DrawSurface
interface Container
// use them at your own risk!
package internal
class MyComponent : Component
class ThreadSafeComponent: Component
class PixelGraphicsImpl : DrawSurface
class DefaultContainer : Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment