9 lines
142 B
C#
9 lines
142 B
C#
using System.Dynamic;
|
|
|
|
namespace Tello_Drone
|
|
{
|
|
public interface IUdpClientWrapperFactory
|
|
{
|
|
IUdpClientWrapper Create();
|
|
}
|
|
} |