forked from loafle/openapi-generator-original
add in initial swift client tests
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user