Add missing line

This commit is contained in:
Reda Lemeden 2014-12-12 22:49:22 +01:00
parent 41f6185043
commit 1be0ce954f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ extension UIImage {
class func imageWithData(data: NSData, size: CGSize) -> UIImage? {
return UIImage(data: data)?.resize(size)
}
class func sizeForImageData(data: NSData) -> CGSize? {
return UIImage(data: data)?.size
}