mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
beginning of pager decoder
This commit is contained in:
8
decoder_modules/pager_decoder/src/decoder.h
Normal file
8
decoder_modules/pager_decoder/src/decoder.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
class Decoder {
|
||||
public:
|
||||
|
||||
virtual void showMenu();
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user