• This project
    • Loading...
  • Sign in

ios / yh_sdwebimage · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yh_sdwebimage
  • SDWebImage
  • NSData+GIF.h
  • Add prefix to GIF support category's methods
    4137bce3
    by Olivier Poitrey
    2013-04-29 12:47:37 +0200  
    Browse Files
NSData+GIF.h 221 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  NSData+GIF.h
//  SDWebImage
//
//  Created by Andy LaVoy on 4/28/13.
//  Copyright (c) 2013 Dailymotion. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSData (GIF)

- (BOOL)sd_isGIF;

@end