/*
PartOfDummy.h
Few lines describing PartOfDummy class.
Copyright (C) 2004 FistName LastName <name@yourmail.com>
Author: FistName LastName <name@yourmail.com>
John Doe <john@doe.eu>
Date: August 2004
Don't forget to put the license notice here (or the license itself if it is
a short one like BSD modified).
*/
#import <Foundation/Foundation.h>
@interface PartOfDummy : NSObject
{
}
@end