00001 // 00002 // UIImage+cropSquare.h 00003 // DropIO 00004 // 00005 // Created by Chris Patterson on 11/15/08. 00006 // Copyright 2008 Chris Patterson. All rights reserved. 00007 // 00008 00009 #import <UIKit/UIKit.h> 00010 00011 @interface UIImage (cropSquare) 00012 - (UIImage*) cropSquare:(CGFloat)side; 00013 @end
1.5.8