1/*
2 * Copyright 2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef INFO_VIEW_H
6#define INFO_VIEW_H
7
8
9#include <GroupView.h>
10
11
12class InfoView : public BGroupView {
13public:
14								InfoView();
15		virtual					~InfoView();
16};
17
18
19#endif	/* INFO_VIEW_H */
20