Skip to content

Commit

Permalink
feat: hide ScenariosAppController
Browse files Browse the repository at this point in the history
  • Loading branch information
antranapp committed Feb 6, 2022
1 parent 093a5cf commit cfe0188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Scenarios.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/SDWebImage/SDWebImage.git",
"state": {
"branch": null,
"revision": "0fff0d7505b5306348263ea64fcc561253bbeb21",
"version": "5.12.2"
"revision": "2c53f531f1bedd253f55d85105409c28ed4a922c",
"version": "5.12.3"
}
},
{
Expand Down
5 changes: 2 additions & 3 deletions Sources/Scenarios/AppController/ScenariosAppController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

import UIKit

// TODO: This class should not be public
public final class ScenariosAppController: RootViewProviding {
public let rootViewController = UIViewController()
final class ScenariosAppController: RootViewProviding {
let rootViewController = UIViewController()

private var rootViewProvider: RootViewProviding? {
didSet {
Expand Down

0 comments on commit cfe0188

Please sign in to comment.