//
//  NSCIImageRep.h
//  AppKit
//
//  Created by Fabian Spillner on 06.11.07.
//  Copyright 2007 Golden Delicious Computers GmbH&Co. KG. All rights reserved.
//

#import <Foundation/Foundation.h>

@class CIImage; // should probably be imported by #import <QuartzCore/CIImage.h>

@interface NSCIImageRep : NSObject {

}

/*
+ (id) imageRepWithCIImage:(CIImage *) img;

- (CIImage *) CIImage; 
- (id)initWithCIImage:(CIImage *) img;
*/

@end
