Files
firmware/components/rpc/include/mDNSDiscoveryService.h
2025-05-26 14:58:23 -04:00

13 lines
192 B
C++

//
// Created by Johnathon Slightham on 2025-05-25.
//
#ifndef DISCOVERYSERVICE_H
#define DISCOVERYSERVICE_H
class mDNSDiscoveryService : IDiscoveryService {
}
#endif //DISCOVERYSERVICE_H