Skip to content
Permalink
c3aa698539
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (18 sloc) 546 Bytes
//
// resultsScreenViewController.swift
// WarCardGame
//
// Created by Varun Thomas on 18/11/2020.
// Copyright © 2020 Varun Thomas. All rights reserved.
//
import UIKit
class ResultsScreenViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func selectionButton(_ sender: Any) {
// connect to the view controller
let vc = storyboard?.instantiateViewController(identifier: "ViewController.swift") as!
}
//testinggggggggggg
}