Netease-Music-Demo/wyy/PodCastViewController.swift

30 lines
642 B
Swift
Raw Normal View History

2021-03-06 18:45:01 +08:00
//
// PodCastViewController.swift
// wyy
//
// Created by on 2021/3/5.
//
import UIKit
class PodCastViewController: 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.
}
*/
}