2 * Copyright 2017 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
12 #include <Application.h>
14 #include "RepositoriesWindow.h"
17 class RepositoriesApplication
: public BApplication
{
19 RepositoriesApplication();
22 RepositoriesWindow
* fWindow
;