8 lines
85 B
Text
8 lines
85 B
Text
|
|
using System;
|
||
|
|
|
||
|
|
namespace {{namespace}}
|
||
|
|
{
|
||
|
|
public interface {{name}}
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|