#ifndef PRINTTESTVIEW_HPP#define PRINTTESTVIEW_HPPclass PrintTestView;#include <View.h>class PrintTestView : public BView{typedef BView Inherited;public:PrintTestView(BRect frame);void Draw(BRect updateRect);};#endif
#ifndef PRINTTESTVIEW_HPP#define PRINTTESTVIEW_HPPclass PrintTestView;#include <View.h>class PrintTestView : public BView{typedef BView Inherited;public:PrintTestView(BRect frame);void Draw(BRect updateRect);};#endif