Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UIImage+RGBAData.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cff28e97adc3ca04ad26234c1b648b72a0cddc26 (plain)
1
2
3
4
5
@interface UIImage (RGBAData)

+ (UIImage *)imageWithRGBAData:(NSData *)data width:(size_t)width height:(size_t)height;

@end