MimeType 0.0.5

MimeType 0.0.5

Maintained by Li Junjie.



MimeType 0.0.5

  • By
  • itlijunjie

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.