19 lines
235 B
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{
|
||
|
|
|
||
|
|
}
|