Visual_Novel_iOS/crush/Crush/Src/Modules/TestEntrances/TestFunctionsController.swift

19 lines
235 B
Swift

//
// TestFunctionsController.swift
// Crush
//
// Created by Leon on 2025/7/13.
//
import Foundation
import UIKit
class TestFunctionsController:CLViewController<TestFunctionsView>{
}
class TestFunctionsView:UIView{
}