diff --git a/ios/RnExecutorch.h b/ios/RnExecutorch.h index 6d26db5..784a2e6 100644 --- a/ios/RnExecutorch.h +++ b/ios/RnExecutorch.h @@ -1,13 +1,6 @@ - -#ifdef RCT_NEW_ARCH_ENABLED -#import "RNRnExecutorchSpec.h" - -@interface RnExecutorch : NSObject -#else #import #import @interface RnExecutorch : RCTEventEmitter -#endif @end