Skip to content

Instantly share code, notes, and snippets.

@trupin
Created September 24, 2018 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trupin/2b84daa54566a3ef2b1f70c70c9bbf04 to your computer and use it in GitHub Desktop.
Save trupin/2b84daa54566a3ef2b1f70c70c9bbf04 to your computer and use it in GitHub Desktop.
@import UIKit;
@protocol WSReviewViewControllerDependencyResolver;
NS_ASSUME_NONNULL_BEGIN
@interface WSReviewViewController: UIViewController
- (instancetype)initWithDependencies:(id<WSReviewViewControllerDependencyResolver>)dependencies NS_SWIFT_NAME(init(injecting:));
@end
NS_ASSUME_NONNULL_END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment