Fix MTFontManager visibility.

This commit is contained in:
Michael Griebling
2023-01-18 16:26:11 -05:00
parent 242a0ffd4a
commit 0f454e4b6a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import Foundation
public class MTFontManager {
static var manager:MTFontManager? = nil
static public var manager:MTFontManager? = nil
let kDefaultFontSize = CGFloat(20)