Skip to content

Instantly share code, notes, and snippets.

@hitendradeveloper
Last active February 25, 2019 09:00
Show Gist options
  • Save hitendradeveloper/6afe97734302f48dc209661a6d608399 to your computer and use it in GitHub Desktop.
Save hitendradeveloper/6afe97734302f48dc209661a6d608399 to your computer and use it in GitHub Desktop.
Simple sub-class example
import UIKit
class LoginViewController: UIViewController {
//your class implementation
}
@hitendradeveloper
Copy link
Author

This is just a simple sub-class inheritance example for the medium blog - https://medium.com/@hitendra.hckr/protocol-the-power-of-swift-5dfe9bc41a99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment