mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08: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
|