Skip to content

itlijunjie/MimeType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.