// // main.swift // Test // // Created by Jacky Jack on 28/05/2024. // import Foundation print("Decoder test") let decoder = Decoder("8d3c664c580d014ae16024650e6c") if decoder.DataFormat == 17 { if let d17 = decoder.getDataFormat17() { print(d17) } }