arch-repo-manager/librepomgr/webapi/repository.h

16 lines
207 B
C
Raw Normal View History

2021-01-25 00:24:31 +01:00
#ifndef REPOSITORY_H
#define REPOSITORY_H
namespace LibRepoMgr {
namespace WebAPI {
class Repository {
public:
Repository();
};
} // namespace WebAPI
} // namespace LibRepoMgr
#endif // REPOSITORY_H