summaryrefslogtreecommitdiff
path: root/Test/main.swift
blob: 8a8e00150ed64b5a5d00c80e5d155df51e609c05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  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)
    }
}