root/src/tests/kits/interface/balert/alert_manual_test/AlertManualTestApp.h
// AlertManualTestApp.h

#ifndef ALERT_MANUAL_TEST_APP_H
#define ALERT_MANUAL_TEST_APP_H

#include <Application.h>

class AlertManualTestApp : public BApplication {
public:
        AlertManualTestApp();
        
private:
        BWindow *fMainWindow; 
};

#endif // #ifndef ALERT_MANUAL_TEST_APP_H