Skip to content

Instantly share code, notes, and snippets.

@craigmarvelley
Last active May 16, 2016 13:24
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 craigmarvelley/f6744acd926deb9025c6c34ddd7cc1ba to your computer and use it in GitHub Desktop.
Save craigmarvelley/f6744acd926deb9025c6c34ddd7cc1ba to your computer and use it in GitHub Desktop.
@interface CoordinatorAssembly
@property (strong, nonatomic) DependencyOne *existingInjectedDependency;
- (DependencyTwo *)newDependency;
- (MyModel *)modelThatIsInjectedWithBothDependencies;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment