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

16 lines
207 B
C++

#ifndef REPOSITORY_H
#define REPOSITORY_H
namespace LibRepoMgr {
namespace WebAPI {
class Repository {
public:
Repository();
};
} // namespace WebAPI
} // namespace LibRepoMgr
#endif // REPOSITORY_H