mirror of
https://github.com/status-im/react-native.git
synced 2025-01-24 16:29:01 +00:00
10 lines
206 B
Objective-C
10 lines
206 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface RCTTestModule : NSObject <RCTBridgeModule>
|
|
|
|
@property (nonatomic, readonly, getter=isDone) BOOL done;
|
|
|
|
@end
|