mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-01-13 03:50:03 +01:00
9 lines
89 B
C#
9 lines
89 B
C#
using System;
|
|
namespace SharpCAT.Models
|
|
{
|
|
partial interface IRadio
|
|
{
|
|
|
|
}
|
|
}
|