Created
August 25, 2019 18:28
-
-
Save aagarwal1012/3dfb8bd55235cb375d43c034a2d59fa6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package android.view; | |
import org.checkerframework.checker.androidresource.qual.*; | |
class View implements Drawable.Callback, KeyEvent.Callback, | |
AccessibilityEventSource { | |
@IdRes int getId(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment