#import "Foundation/Foundation.h" #import #import #ifdef RCT_NEW_ARCH_ENABLED #import "RNUtilsSpec.h" @interface RNUtils : RCTEventEmitter #else #import @interface RNUtils : RCTEventEmitter #endif @end