mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-30 15:30:31 +00:00
9 lines
195 B
Objective-C
9 lines
195 B
Objective-C
#import <AppKit/NSImageRep.h>
|
|
#import <QuartzCore/CIImage.h>
|
|
|
|
@class NSBitmapImageRep;
|
|
|
|
@interface CIImage (CIImageRepAdditions)
|
|
- initWithBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep;
|
|
@end
|