Preparing to add widget support
[RExecServer.git] / RPDFDevice.m
blob01502b5c695a8b93612ebe2577004271601d1394
1 #import "RPDFDevice.h"
3 @implementation RPDFDevice
4 + (void)load {
5         [RDevice registerDevice:self forDisplay:@"pdf"];
8 - (void)finishOpening {
11 @end