Skip to content

Instantly share code, notes, and snippets.

@hayabusabusa
Last active August 21, 2019 04:18
Show Gist options
  • Save hayabusabusa/8c74d0e460ee52a86b28e3d1eb583e65 to your computer and use it in GitHub Desktop.
Save hayabusabusa/8c74d0e460ee52a86b28e3d1eb583e65 to your computer and use it in GitHub Desktop.
Discord ( Init ViewController )
import UIKit
final class StoryboardViewController: UIViewController {
// MARK: - Lifecycle
override func viewDidLoad() {
super.viewDidLoad()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment