add in initial swift client tests

This commit is contained in:
Joseph Zuromski
2016-02-08 12:51:14 -08:00
parent a4a1372fc1
commit bc0658e81c
12 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
//
// ViewController.swift
// SwaggerClient
//
// Created by Joseph Zuromski on 2/8/16.
// Copyright © 2016 Swagger. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}