comment lines updated.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// File.swift
|
// MTFontV2.swift
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// Created by Peter Tang on 15/9/2023.
|
// Created by Peter Tang on 15/9/2023.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user