Files
Ash_AWord/Pods/DTFoundation/Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.h
T
2015-03-30 14:41:20 +08:00

19 lines
381 B
C

//
// DTAnimatedGIF.h
// DTFoundation
//
// Created by Oliver Drobnik on 7/2/14.
// Copyright (c) 2014 Cocoanetics. All rights reserved.
//
/**
Loads an animated GIF from file, compatible with UIImageView
*/
UIImage *DTAnimatedGIFFromFile(NSString *path);
/**
Loads an animated GIF from data, compatible with UIImageView
*/
UIImage *DTAnimatedGIFFromData(NSData *data);