Files
yingmeng-ios-switf/yinmeng-ios/Modules/Chat/ChatListVC.swift
2024-02-27 23:34:55 +08:00

19 lines
283 B
Swift

//
// ChatListVC.swift
// yinmeng-ios
//
// Created by MaiMang on 2024/2/27.
//
import UIKit
class ChatListVC: BaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}