/*See the LICENSE.txt file for this sample’s licensing information.Abstract:The view controller that scans and displays NDEF messages.*/import UIKitimport CoreNFC/// - Tag: MessagesTableViewControllerclass MessagesTableViewController: UITableViewController, NFCNDEFReaderSessionDelegate, NFCTagReaderSessionDelegate { // MARK: - Properties let reuseIdentifier = "reuseIdentifier" var detectedMessag..