diff options
Diffstat (limited to 'Radio/HW/AirSpyHF/src')
-rw-r--r-- | Radio/HW/AirSpyHF/src/libairspyhf-Bridging-Header.h | 5 | ||||
-rw-r--r-- | Radio/HW/AirSpyHF/src/test.swift | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Radio/HW/AirSpyHF/src/libairspyhf-Bridging-Header.h b/Radio/HW/AirSpyHF/src/libairspyhf-Bridging-Header.h new file mode 100644 index 0000000..d3fdf9e --- /dev/null +++ b/Radio/HW/AirSpyHF/src/libairspyhf-Bridging-Header.h @@ -0,0 +1,5 @@ +// +// Use this file to import your target's public headers that you would like to expose to Swift. +// + +#include "./airspyhf.h" diff --git a/Radio/HW/AirSpyHF/src/test.swift b/Radio/HW/AirSpyHF/src/test.swift new file mode 100644 index 0000000..56d1a45 --- /dev/null +++ b/Radio/HW/AirSpyHF/src/test.swift @@ -0,0 +1,10 @@ +// +// test.swift +// PrySDR +// +// Created by Jacky Jack on 01/11/2024. +// + +import Foundation + + |