diff options
Diffstat (limited to 'ADSBDecoder')
-rw-r--r-- | ADSBDecoder/Decoder.swift | 8 | ||||
-rw-r--r-- | ADSBDecoder/Query.swift | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/ADSBDecoder/Decoder.swift b/ADSBDecoder/Decoder.swift new file mode 100644 index 0000000..425797a --- /dev/null +++ b/ADSBDecoder/Decoder.swift @@ -0,0 +1,8 @@ +// +// Decoder.swift +// ADSBDecoder +// +// Created by Jacky Jack on 28/05/2024. +// + +import Foundation diff --git a/ADSBDecoder/Query.swift b/ADSBDecoder/Query.swift new file mode 100644 index 0000000..4906221 --- /dev/null +++ b/ADSBDecoder/Query.swift @@ -0,0 +1,8 @@ +// +// Query.swift +// ADSBDecoder +// +// Created by Jacky Jack on 31/05/2024. +// + +import Foundation |