Wallpaper_Home/wallpaper_project/TopOn/vc/twovc.swift
2024-08-19 14:40:12 +08:00

30 lines
617 B
Swift

//
// twovc.swift
// wallpaper_project
//
// Created by 16 on 2024/8/5.
//
import UIKit
class twovc: LUXTopOnVC {
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.
}
*/
}