mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
11 lines
No EOL
117 B
C++
11 lines
No EOL
117 B
C++
#pragma once
|
|
|
|
namespace flex {
|
|
class Decoder {
|
|
public:
|
|
// TODO
|
|
|
|
private:
|
|
// TODO
|
|
};
|
|
} |