Skip to content

Instantly share code, notes, and snippets.

@aagarwal1012
Last active August 25, 2019 18:27
Show Gist options
  • Save aagarwal1012/ce37d9cbcca58b338793515048e1d4e3 to your computer and use it in GitHub Desktop.
Save aagarwal1012/ce37d9cbcca58b338793515048e1d4e3 to your computer and use it in GitHub Desktop.
package android.view;
import org.checkerframework.checker.androidresource.qual.*;
public interface MenuItem {
@IdRes int getItemId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment