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
2022-08-15 21:53:56 -04:00

9 lines
No EOL
134 B
C++

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