Created
April 5, 2017 00:52
-
-
Save gracietti/2666d30cfab991c7c179a7f44a19d02a to your computer and use it in GitHub Desktop.
Make all ViewControllers extend ReusableView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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