From af4807e27267195b995a7fcae30974013290a76f Mon Sep 17 00:00:00 2001 From: yyoshiki41 Date: Wed, 1 Feb 2017 10:13:59 +0900 Subject: [PATCH] (RN0.40.0) Fixed ios native headers --- 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