File: PopplerPageTest.h

package info (click to toggle)
popplerkit.framework 0.0.20051227svn-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,384 kB
  • ctags: 119
  • sloc: objc: 2,303; sh: 857; cpp: 574; ansic: 55; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10

#import <Foundation/Foundation.h>
#import <PopplerKit/PopplerKit.h>
#import <ObjcUnit/ObjcUnit.h>

@interface PopplerPageTest : TestCase {
   PopplerDocument* document;
}

@end