暫無描述

NiblessViewController.swift 691B

    // // NiblessViewController.swift // PaiaiUIKit // // Created by ffib on 2019/2/6. // Copyright © 2019 yb. All rights reserved. // import UIKit class NiblessViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } /* // MARK: - Navigation // In a storyboard-based application, you will often want to do a little preparation before navigation override func prepare(for segue: UIStoryboardSegue, sender: Any?) { // Get the new view controller using segue.destination. // Pass the selected object to the new view controller. } */ }