Merge branch 'charlesmchen/attachmentMimeTypes'

pull/1/head
Matthew Chen 8 years ago
commit 92de9a5e72

@ -46,6 +46,7 @@ extern NSString *const OWSMimeTypeUnknownForTests;
+ (nullable NSString *)utiTypeForFileExtension:(NSString *)fileExtension;
+ (nullable NSString *)fileExtensionForUTIType:(NSString *)utiType;
+ (nullable NSString *)fileExtensionForMIMEType:(NSString *)mimeType;
+ (nullable NSString *)mimeTypeForFileExtension:(NSString *)fileExtension;
@end

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save