All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
NCImage.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCImageType.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@interface NCImage : NSObject
21
25@property (nonatomic, nonnull, readonly) NSData * data;
26
30@property (nonatomic, readonly) int32_t width;
31
35@property (nonatomic, readonly) int32_t height;
36
40@property (nonatomic, readonly) NCImageType type;
41
42@end