summaryrefslogtreecommitdiff
path: root/Juick/UIImage+Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/UIImage+Utils.h')
-rw-r--r--Juick/UIImage+Utils.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Juick/UIImage+Utils.h b/Juick/UIImage+Utils.h
deleted file mode 100644
index 8de91bf..0000000
--- a/Juick/UIImage+Utils.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// UIImage+Utils.h
-// Juick
-//
-// Created by Vitaly on 01.02.14.
-// Copyright (c) 2014 com.juick. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface UIImage (Utils)
-
-+ (UIImage*)imageWithImage:(UIImage *)image convertToWidth:(float)width covertToHeight:(float)height;
-+ (UIImage*)imageWithImage:(UIImage *)image convertToHeight:(float)height;
-+ (UIImage*)imageWithImage:(UIImage *)image convertToWidth:(float)width;
-+ (UIImage*)imageWithImage:(UIImage *)image fitInsideWidth:(float)width fitInsideHeight:(float)height;
-+ (UIImage*)imageWithImage:(UIImage *)image fitOutsideWidth:(float)width fitOutsideHeight:(float)height;
-+ (UIImage*)imageWithImage:(UIImage *)image cropToWidth:(float)width cropToHeight:(float)height;
-@end