15 lines
207 B
Swift
15 lines
207 B
Swift
//
|
|
// AuthLaunchVC.swift
|
|
// yinmeng-ios
|
|
//
|
|
// Created by MaiMang on 2024/2/21.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class AuthLaunchVC: BaseViewController, HiddenNavigationBarProtocol {
|
|
override func viewDidLoad() {
|
|
|
|
}
|
|
}
|