first commit
This commit is contained in:
15
PHPExcel/Documentation/assets/ClassDiagrams/Classes/IReader.cs
Executable file
15
PHPExcel/Documentation/assets/ClassDiagrams/Classes/IReader.cs
Executable file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ClassDiagrams
|
||||
{
|
||||
public interface PHPExcel_Reader_IReader
|
||||
{
|
||||
PHPExcel reads
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user