Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Last active November 8, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/f8723094a1f0ea1e8622ea1eb1abc11c to your computer and use it in GitHub Desktop.
Save ssaurel/f8723094a1f0ea1e8622ea1eb1abc11c to your computer and use it in GitHub Desktop.
ParsedNdefRecord class for the NFC Reader Tutorial
package com.ssaurel.nfcreader.record;
public interface ParsedNdefRecord {
String str();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment