//
// CNLiveAuthViewController.swift
// metaCode
//
// Created by zx on 2023/12/28.
//
import Foundation
class CNLiveAuthViewController:CNLiveBaseViewController{
override func viewDidLoad() {
super.viewDidLoad()
self.view.backgroundColor = .white
}
}