16 lines
231 B
C#
16 lines
231 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace ClassDiagrams
|
||
|
{
|
||
|
public interface PHPExcel_Writer_IWriter
|
||
|
{
|
||
|
PHPExcel writes
|
||
|
{
|
||
|
get;
|
||
|
set;
|
||
|
}
|
||
|
}
|
||
|
}
|