//
// AllTests.h
// PopplerKit
//
// Created by Stefan Kleine Stegemann on 7/28/05.
// Copyright 2005 . All rights reserved.
//
#import <Foundation/Foundation.h>
#import <ObjcUnit/ObjcUnit.h>
@interface AllTests : NSObject {
}
+ (TestSuite*) suite;
@end