Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active February 4, 2018 17:13
Show Gist options
  • Save mohsenoid/bc1c98f4f5d4c7e0061d25d8005c42a5 to your computer and use it in GitHub Desktop.
Save mohsenoid/bc1c98f4f5d4c7e0061d25d8005c42a5 to your computer and use it in GitHub Desktop.
package com.mirhoseini.marvel.character.search;
import dagger.Subcomponent;
@Search
@Subcomponent(modules = {
AppSearchModule.class
})
public interface SearchSubComponent {
void inject(CharacterSearchFragment fragment);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment