/MimeType

MimeType MimeTypes

Primary LanguageSwiftDo What The F*ck You Want To Public LicenseWTFPL

MimeType

Version Platform

MimeType MimeTypes

Usage

Objective-C

[MimeType mimeTypeWithString:@"http://www.aaa.com/a.png"];
[MimeType mimeTypeWithUrl:[NSURL URLWithString:@"http://www.aaa.com/a.png"]];

Swift

MimeType.mimeType(string: "http://www.aaa.com/a.png")
MimeType.mimeType(url: URL.init(string: "http://www.aaa.com/a.png"))

Contact

QQ:470058952
WeChat:

License

MimeType is under WTFPL. You can do what the fuck you want with MimeType. See LICENSE file for more info.