9 lines
298 B
Objective-C
9 lines
298 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <ImageIO/ImageIO.h>
|
|
#import <MobileCoreServices/MobileCoreServices.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
extern CAKeyframeAnimation *RCTGIFImageWithData(NSData *data);
|
|
extern CAKeyframeAnimation *RCTGIFImageWithFileURL(NSURL *URL);
|