mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
11 lines
178 B
Objective-C
11 lines
178 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "RCTExport.h"
|
|
|
|
@interface RCTDataManager : NSObject <RCTNativeModule>
|
|
|
|
@end
|
|
|