Preparing to add widget support
[RExecServer.git] / RPDFDevice.h
blob217dbd5a9d2ac297e867264607a9aedab53bc395
1 #import <Cocoa/Cocoa.h>
2 #import "RDevice.h"
4 @interface RPDFDevice : RDevice {
5 CGContextRef ctx;
9 @end