CoreNFC iOS 10.3 to 11.0 API Differences

NFCError.h
Added NFCISO15693TagResponseErrorKey
NFCISO15693ReaderSession.h
Added NFCISO15693ReaderSession
Added NFCISO15693ReaderSession.readingAvailable
Added -[NFCISO15693ReaderSession initWithDelegate:queue:]
Added -[NFCISO15693ReaderSession restartPolling]
NFCISO15693Tag.h
Added NFCISO15693CustomCommandConfiguration
Added NFCISO15693CustomCommandConfiguration.manufacturerCode
Added NFCISO15693CustomCommandConfiguration.customCommandCode
Added NFCISO15693CustomCommandConfiguration.requestParameters
Added -[NFCISO15693CustomCommandConfiguration initWithManufacturerCode:customCommandCode:requestParameters:]
Added -[NFCISO15693CustomCommandConfiguration initWithManufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:]
Added NFCISO15693ReadMultipleBlocksConfiguration
Added NFCISO15693ReadMultipleBlocksConfiguration.range
Added NFCISO15693ReadMultipleBlocksConfiguration.chunkSize
Added -[NFCISO15693ReadMultipleBlocksConfiguration initWithRange:chunkSize:]
Added -[NFCISO15693ReadMultipleBlocksConfiguration initWithRange:chunkSize:maximumRetries:retryInterval:]
Added NFCISO15693Tag
Added NFCISO15693Tag.identifier
Added NFCISO15693Tag.icManufacturerCode
Added NFCISO15693Tag.icSerialNumber
Added -[NFCISO15693Tag sendCustomCommandWithConfiguration:completionHandler:]
Added -[NFCISO15693Tag readMultipleBlocksWithConfiguration:completionHandler:]
NFCNDEFReaderSession.h
NFCReaderSession.h
NFCTag.h
Added NFCTag