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

44 lines
618 B
Swift

//
// LUXTopbtnVC.swift
// wallpaper_project
//
// Created by 16 on 2024/8/5.
//
import UIKit
class LUXTopbtnVC: UIViewController {
@IBOutlet weak var One: UIButton!
@IBOutlet weak var two: UIButton!
@IBOutlet weak var three: UIButton!
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func touchOne(_ sender: UIButton) {
}
@IBAction func touchTwo(_ sender: UIButton) {
}
@IBAction func touchThree(_ sender: UIButton) {
}
}