darling-cocotron/AppKit/NSCIImageRep.h
2015-05-23 20:15:45 -04:00

9 lines
195 B
Objective-C

#import <AppKit/NSImageRep.h>
#import <QuartzCore/CIImage.h>
@class NSBitmapImageRep;
@interface CIImage (CIImageRepAdditions)
- initWithBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep;
@end