WallPaperHome722/WallpaperHD_Live/Mine/C/WP_AboutVC.swift
2024-07-23 11:43:02 +08:00

21 lines
323 B
Swift

//
// WP_AboutVC.swift
// WallpaperHD_Live
//
// Created by 16 on 2024/7/22.
//
import UIKit
class WP_AboutVC: WP_RootVC {
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func back(_ sender: Any) {
self.navigationController?.popViewController(animated: true)
}
}