mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-01-11 19:10:02 +01:00
9 lines
92 B
C#
9 lines
92 B
C#
using System;
|
|
namespace SharpCATLib.Models
|
|
{
|
|
partial interface IRadio
|
|
{
|
|
|
|
}
|
|
}
|