5 // Created by Airy ANDRE on 22/03/13.
9 #import <Foundation/Foundation.h>
11 @interface O2EXIFDecoder
: NSObject
{
12 NSMutableDictionary
*_tags
;
14 - (id
)initWithBytes
:(const uint8_t *)bytes length
:(size_t)length
;
15 - (NSMutableDictionary
*)tags
;