From f3f0f90a51412d1684b43be6f2b5f93cb4154ee0 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Fri, 25 Oct 2024 10:29:54 +0100 Subject: Initial empty project structure --- Mod/ModAM.swift | 7 +++++++ Mod/ModCW.swift | 7 +++++++ Mod/ModFM.swift | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 Mod/ModAM.swift create mode 100644 Mod/ModCW.swift create mode 100644 Mod/ModFM.swift (limited to 'Mod') diff --git a/Mod/ModAM.swift b/Mod/ModAM.swift new file mode 100644 index 0000000..4e15acb --- /dev/null +++ b/Mod/ModAM.swift @@ -0,0 +1,7 @@ +// +// ModAM.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/Mod/ModCW.swift b/Mod/ModCW.swift new file mode 100644 index 0000000..7c4fd11 --- /dev/null +++ b/Mod/ModCW.swift @@ -0,0 +1,7 @@ +// +// ModCW.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/Mod/ModFM.swift b/Mod/ModFM.swift new file mode 100644 index 0000000..142a0dc --- /dev/null +++ b/Mod/ModFM.swift @@ -0,0 +1,7 @@ +// +// ModFM.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + -- cgit v1.2.3