7 lines
119 B
C#
7 lines
119 B
C#
namespace Tello_Drone
|
|
{
|
|
public interface IUdpClientWrapperFactory
|
|
{
|
|
IUdpClientWrapper Create();
|
|
}
|
|
} |