2
0
mirror of https://github.com/status-im/react-native.git synced 2025-02-24 07:08:27 +00:00
2015-03-10 14:19:38 -08:00

10 lines
188 B
Objective-C

// Copyright 2004-present Facebook. All Rights Reserved.
#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
@interface RCTAnimationManager : NSObject <RCTBridgeModule>
@end