comment lines updated.

This commit is contained in:
Peter Tang
2023-09-15 12:06:58 +08:00
parent b20bfd37df
commit 2cdab9cc0e
3 changed files with 5 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
// //
// File.swift // MTFontV2.swift
// //
// //
// Created by Peter Tang on 15/9/2023. // Created by Peter Tang on 15/9/2023.

View File

@@ -1,5 +1,5 @@
// //
// File.swift // MathFont.swift
// //
// //
// Created by Peter Tang on 10/9/2023. // Created by Peter Tang on 10/9/2023.
@@ -7,9 +7,7 @@
#if os(iOS) #if os(iOS)
import UIKit import UIKit
#endif #elseif os(macOS)
#if os(macOS)
import AppKit import AppKit
#endif #endif

View File

@@ -1,5 +1,5 @@
// //
// MTMathImageV2.swift // MathImage.swift
// //
// //
// Created by Peter Tang on 15/9/2023. // Created by Peter Tang on 15/9/2023.
@@ -7,13 +7,9 @@
import Foundation import Foundation
import Foundation
#if os(iOS) #if os(iOS)
import UIKit import UIKit
#endif #elseif os(macOS)
#if os(macOS)
import AppKit import AppKit
#endif #endif