接口文件  |  9行  |  105 B

package android.nfc;

/**
 * @hide
 */
oneway interface ITagRemovedCallback {
    void onTagRemoved();
}