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

9 lines
134 B
C
Raw Permalink Normal View History

2021-07-21 16:08:15 -04:00
#ifndef DIRECTORYMODEL_H
#define DIRECTORYMODEL_H
2022-08-15 21:53:56 -04:00
class DirectoryModel {
2021-07-21 16:08:15 -04:00
public:
DirectoryModel();
};
#endif // DIRECTORYMODEL_H