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