添加格式化日志页面跳转
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// FormatLogViewController.swift
|
||||
// Note
|
||||
//
|
||||
// Created by fish on 2026/7/12.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class FormatLogViewController: UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
title = "格式化日志"
|
||||
view.backgroundColor = .systemBackground
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user