Fix MTFontManager visibility.
This commit is contained in:
@@ -7,7 +7,7 @@ import CoreGraphics
|
|||||||
let package = Package(
|
let package = Package(
|
||||||
name: "SwiftMath",
|
name: "SwiftMath",
|
||||||
defaultLocalization: "en",
|
defaultLocalization: "en",
|
||||||
platforms: [.iOS(.v10), .macOS(.v11)],
|
platforms: [.iOS(.v11), .macOS(.v11)],
|
||||||
products: [
|
products: [
|
||||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||||
.library(
|
.library(
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Foundation
|
|||||||
|
|
||||||
public class MTFontManager {
|
public class MTFontManager {
|
||||||
|
|
||||||
static var manager:MTFontManager? = nil
|
static public var manager:MTFontManager? = nil
|
||||||
|
|
||||||
let kDefaultFontSize = CGFloat(20)
|
let kDefaultFontSize = CGFloat(20)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user