From 00290d79deec57726e68625ddf6160b2f7b4fe3f Mon Sep 17 00:00:00 2001 From: Tom Berry Date: Thu, 2 Feb 2017 18:18:53 -0800 Subject: [PATCH] fix headers for rn 0.40 --- PasscodeAuth.h | 2 +- PasscodeAuth.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PasscodeAuth.h b/PasscodeAuth.h index 74b5754..1d90324 100644 --- a/PasscodeAuth.h +++ b/PasscodeAuth.h @@ -1,4 +1,4 @@ -#import "RCTBridgeModule.h" +#import @interface PasscodeAuth : NSObject diff --git a/PasscodeAuth.m b/PasscodeAuth.m index 2c2db38..8d869d6 100644 --- a/PasscodeAuth.m +++ b/PasscodeAuth.m @@ -1,5 +1,5 @@ #import "PasscodeAuth.h" -#import "RCTUtils.h" +#import #import @implementation PasscodeAuth