mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
11 lines
223 B
Objective-C
11 lines
223 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTInvalidating.h"
|
|
|
|
@interface RCTTiming : NSObject <RCTBridgeModule, RCTInvalidating>
|
|
|
|
@end
|