Skip to content

Instantly share code, notes, and snippets.

@sajadshokri
Created August 29, 2017 16: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 sajadshokri/a57ab610d82870ebafb397f513c65756 to your computer and use it in GitHub Desktop.
Save sajadshokri/a57ab610d82870ebafb397f513c65756 to your computer and use it in GitHub Desktop.
@BindItem(layout = R.layout.layout, holder = TextHolder.class)
public class TextItem {
@Binder
public void bind(TextHolder textHolder) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment