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.

View File

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

View File

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