I have some protocols
LoginStrategy
public protocol LoginStrategy { func login(_ viewController: UIViewController) func getUserI
If you are running in to this in code within an XCTestCase, make sure that you have added @testable import My-Awesome-App to the top of your test file.
@testable import My-Awesome-App