Skip to content

Instantly share code, notes, and snippets.

@lelandrichardson
Created August 27, 2020 20:37
Show Gist options
  • Save lelandrichardson/ce2da8ee27c8cb6d6b9504ec0ced476c to your computer and use it in GitHub Desktop.
Save lelandrichardson/ce2da8ee27c8cb6d6b9504ec0ced476c to your computer and use it in GitHub Desktop.
class FancyBox : View() { /* ... */ }
class Story : View() { /* ... */ }
class EditForm : FormView() { /* ... */ }
class FancyStory : ??? { /* ... */ }
class FancyEditForm : ??? { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment