react-native-fs/RNFSManager.h

15 lines
253 B
C
Raw Normal View History

2015-05-08 17:05:37 +00:00
//
// RNFSManager.h
// RNFSManager
//
// Created by Johannes Lumpe on 08/05/15.
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
//
#import "RCTBridgeModule.h"
#import "RCTLog.h"
@interface RNFSManager : NSObject <RCTBridgeModule>
@end