WallPaperHome722/WallpaperHD_Live/Root/WP_TabBarVC.swift
2024-07-22 15:18:42 +08:00

19 lines
254 B
Swift

//
// WP_TabBarVC.swift
// WallpaperHD_Live
//
// Created by 16 on 2024/7/22.
//
import UIKit
import CYLTabBarController
class WP_TabBarVC: CYLTabBarController {
override func viewDidLoad() {
super.viewDidLoad()
}
}