NSData+ImageContentType.h 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // // 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