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

19 lines
235 B
Swift
Raw Normal View History

2025-10-09 10:29:35 +00:00
//
// TestFunctionsController.swift
// Crush
//
// Created by Leon on 2025/7/13.
//
import Foundation
import UIKit
class TestFunctionsController:CLViewController<TestFunctionsView>{
}
class TestFunctionsView:UIView{
}