Files
firmware/components/rpc/include/IDiscoveryService.h
2026-01-30 01:19:13 -05:00

13 lines
172 B
C++

//
// Created by Johnathon Slightham on 2025-05-26.
//
#ifndef IDISCOVERYSERVICE_H
#define IDISCOVERYSERVICE_H
class IDiscoveryService {
}
#endif //IDISCOVERYSERVICE_H