Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit
import Reusable

final class InfoDetailViewController: UIViewController, StoryboardSceneBased {
static let storyboard = UIStoryboard(name: "InfoViewController", bundle: nil)
static let sceneStoryboard = UIStoryboard(name: "InfoViewController", bundle: nil)

@IBOutlet private weak var detailsLabel: UILabel!
private var detailsText: String?
Expand Down
7 changes: 7 additions & 0 deletions Reusable.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading