Skip to content

Commit

Permalink
[installation-enhancements] - Adds missing import to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lombardo committed Jun 16, 2021
1 parent 665b601 commit 233bfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiki/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ For instructions on SPM and CocoaPods, [check out our intstallation page.](https
It is best practice to use the [StoryboardLoadable](https://github.io/SwiftCurrent/Protocols/StoryboardLoadable.html) protocol to connect your [FlowRepresentable](https://github.io/SwiftCurrent/Protocols/FlowRepresentable.html) to your Storyboard. Additionally, to limit the amount of duplicate code, you can make a convenience protocol for each storyboard.

```swift
import UIKit
import SwiftCurrent_UIKit

extension StoryboardLoadable {
Expand Down

0 comments on commit 233bfd1

Please sign in to comment.