summaryrefslogtreecommitdiff
path: root/ADSBDecoder
diff options
context:
space:
mode:
authorArturs Artamonovs <arturs.artamonovs@protonmail.com>2024-06-05 09:09:09 +0100
committerArturs Artamonovs <arturs.artamonovs@protonmail.com>2024-06-05 09:09:09 +0100
commitf400051582a005e4a64377c21866b6cc11eeaeec (patch)
tree77ca6f3668520316b82f6daa14837b931cd75ab5 /ADSBDecoder
parenta3409d5c2ed40f69e74f7d0edd25a46e1fab6668 (diff)
downloadADSBDecoder-f400051582a005e4a64377c21866b6cc11eeaeec.tar.gz
ADSBDecoder-f400051582a005e4a64377c21866b6cc11eeaeec.zip
Testing programm to debug decoder
Diffstat (limited to 'ADSBDecoder')
-rw-r--r--ADSBDecoder/Decoder.swift8
-rw-r--r--ADSBDecoder/Query.swift8
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