//
// Created by Fabrice Aneche on 06/01/14.
// Copyright (c) 2014 Dailymotion. All rights reserved.
#import <Foundation/Foundation.h>
@interface NSData (ImageContentType)
+ (NSString *)contentTypeForImageData:(NSData *)data;
@end