1package android.nfc;
2
3/**
4 * @hide
5 */
6oneway interface ITagRemovedCallback {
7    void onTagRemoved();
8}
9