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