mirror of
https://github.com/sphildreth/roadie
synced 2024-11-23 04:33:16 +00:00
10 lines
No EOL
147 B
C#
10 lines
No EOL
147 B
C#
using Roadie.Library.Data;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Roadie.Library.Factories
|
|
{
|
|
public interface ILabelFactory
|
|
{
|
|
|
|
}
|
|
} |