Skip to content

Instantly share code, notes, and snippets.

@objcode
Last active January 27, 2020 00:46
Show Gist options
  • Save objcode/7840a2d64eb4c7e8fc2a2f687341926a to your computer and use it in GitHub Desktop.
Save objcode/7840a2d64eb4c7e8fc2a2f687341926a to your computer and use it in GitHub Desktop.
public final class ActivityAwesomeBinding implements ViewBinding {
@NonNull
private final ConstraintLayout rootView;
@NonNull
public final Button button;
@NonNull
public final TextView subtext;
@NonNull
public final TextView title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment