1234567891011121314151617181920 |
- //
- // ViewController.swift
- // CommonFrame
- //
- // Created by Virgil on 2016/10/11.
- // Copyright © 2016年 Virgil. 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.
- }
- }
|