1
0
mirror of https://github.com/retailcrm/PHPExcel.git synced 2025-03-13 02:56:08 +03:00

16 lines
246 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace ClassDiagrams
{
public interface PHPExcel_Writer_IWriter
{
PHPExcel writes
{
get;
set;
}
}
}