Files
Yep/Yep/ViewControllers/Show/ShowStepMatchViewController.swift
T

36 lines
884 B
Swift

//
// ShowStepMatchViewController.swift
// Yep
//
// Created by nixzhu on 15/8/20.
// Copyright (c) 2015年 Catch Inc. All rights reserved.
//
import UIKit
class ShowStepMatchViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
// Get the new view controller using segue.destinationViewController.
// Pass the selected object to the new view controller.
}
*/
}