Made classes open instead of public, to access via SwiftUI
This commit is contained in:
@@ -35,5 +35,8 @@ public struct OpenSourceControllerConfig {
|
||||
public var verbose: Bool = false
|
||||
|
||||
/// UI-specific configuration.
|
||||
|
||||
public init() {
|
||||
}
|
||||
public var uiConfig = UIConfig()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user