18 lines
338 B
Swift
18 lines
338 B
Swift
//
|
|
// MPPositive_RecommendViewController.swift
|
|
// MusicPlayer
|
|
//
|
|
// Created by Mr.Zhou on 2024/5/20.
|
|
//
|
|
|
|
import UIKit
|
|
///相关内容推荐
|
|
class MPPositive_RecommendViewController: MPPositive_BaseViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
setTitle("Recommend")
|
|
setPopBtn()
|
|
}
|
|
}
|