summaryrefslogtreecommitdiff
path: root/Radio/HW/RtlSdr/RtlSdr.swift
blob: 3b9063cf852975fb50a7c85260b768f9b037705c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  RtlSdr.swift
//  PrySDR
//
//  Created by Jacky Jack on 25/10/2024.
//


/// Wrapper for librtlsdr library
class RtlSdr {
    
}