cocoapods-binary/test/Binary/ViewController.swift
Leave 8654971fee
add CI (#17)
* add xcode project

* add change podfile script

* add .travis

* fix

* fix
2018-04-10 02:47:55 +08:00

26 lines
496 B
Swift

//
// ViewController.swift
// Binary
//
// Created by Gao on 09/04/2018.
// Copyright © 2018 me.leavez. 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.
}
}