Initial commit
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// UIImage+GIF.h
|
||||
// LBGIFImage
|
||||
//
|
||||
// Created by Laurin Brandner on 06.01.12.
|
||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface UIImage (GIF)
|
||||
|
||||
+ (UIImage *)sd_animatedGIFNamed:(NSString *)name;
|
||||
|
||||
+ (UIImage *)sd_animatedGIFWithData:(NSData *)data;
|
||||
|
||||
- (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user