cocoaTouch/otherSrc/UIImageScale.h
changeset 3352 ac5d14a35482
parent 3351 3fd3f116f2fc
child 3353 a767dd3786b5
equal deleted inserted replaced
3351:3fd3f116f2fc 3352:ac5d14a35482
     1 //
       
     2 //  UIImageScale.h
       
     3 //  HedgewarsMobile
       
     4 //
       
     5 //  Created by Vittorio on 08/04/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <Foundation/Foundation.h>
       
    10 
       
    11 
       
    12 @interface UIImage (scale)
       
    13  
       
    14 -(UIImage*)scaleToSize:(CGSize)size;
       
    15  
       
    16 @end