Files
firmware/components/rpc/include/mDNSDiscoveryService.h
2026-01-30 01:19:13 -05: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