mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 00:46:32 +00:00
9 lines
298 B
C
9 lines
298 B
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);
|