15 lines
253 B
C
15 lines
253 B
C
|
//
|
||
|
// 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
|