Skip to content

Instantly share code, notes, and snippets.

@gracietti
Created April 5, 2017 00:52
Show Gist options
  • Save gracietti/2666d30cfab991c7c179a7f44a19d02a to your computer and use it in GitHub Desktop.
Save gracietti/2666d30cfab991c7c179a7f44a19d02a to your computer and use it in GitHub Desktop.
Make all ViewControllers extend ReusableView
import Foundation
import UIKit
extension UIViewController: ReusableView { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment