9 lines
No EOL
134 B
C++
9 lines
No EOL
134 B
C++
#ifndef DIRECTORYMODEL_H
|
|
#define DIRECTORYMODEL_H
|
|
|
|
class DirectoryModel {
|
|
public:
|
|
DirectoryModel();
|
|
};
|
|
|
|
#endif // DIRECTORYMODEL_H
|