/** Copyright 2009 Haiku Inc. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef INFO_VIEW_H#define INFO_VIEW_H#include <GroupView.h>class InfoView : public BGroupView {public:InfoView();virtual ~InfoView();};#endif /* INFO_VIEW_H */