antenna_calc/include/Band.h
2023-11-09 19:06:53 -08:00

12 lines
89 B
C++

#ifndef BAND_H
#define BAND_H
class Band
{
pulic:
private:
};
#endif