repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
RPDFDevice.m
blob
01502b5c695a8b93612ebe2577004271601d1394
1
#import "RPDFDevice.h"
2
3
@implementation RPDFDevice
4
+ (void)load {
5
[RDevice registerDevice:self forDisplay:@"pdf"];
6
}
7
8
- (void)finishOpening {
9
}
10
11
@end