Skip to content

Instantly share code, notes, and snippets.

@mayooresan
Created July 18, 2017 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayooresan/973a4482792a9268112e2bc9d69eb965 to your computer and use it in GitHub Desktop.
Save mayooresan/973a4482792a9268112e2bc9d69eb965 to your computer and use it in GitHub Desktop.
import UIKit
class EnemyBaseVC: UIViewController {
let hasWeaponOfMassDescrtruction : Bool = true
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func sendingMessage(_ sender: Any) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment