Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
trinity/include/directorymodel.h
2021-07-21 16:08:15 -04:00

11 lines
No EOL
135 B
C++

#ifndef DIRECTORYMODEL_H
#define DIRECTORYMODEL_H
class DirectoryModel
{
public:
DirectoryModel();
};
#endif // DIRECTORYMODEL_H