Loading...
Searching...
No Matches
BitmapRegionDecoderExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
4@class NCImage;
5@class NCRectangle;
6
11@interface BitmapRegionDecoderExample : NSObject
12
13@property (nonatomic, strong) NCBitmapRegionDecoder *decoder;
14@property (nonatomic, strong) NSData *imageData;
15
16- (instancetype)init;
17- (void)runExample;
20- (void)demonstrateDecodedImage:(id)image withDescription:(NSString *)description;
21
22@end