10 lines
160 B
Objective-C
10 lines
160 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@class RCTBridge;
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@property (nonatomic, readonly) RCTBridge *bridge;
|
|
|
|
@end
|