1
0
mirror of https://github.com/retailcrm/PHPExcel.git synced 2025-03-20 15:13:49 +03:00

16 lines
245 B
C#
Raw Normal View History

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