#ifndef RNCClipboard_h #define RNCClipboard_h #ifdef RCT_NEW_ARCH_ENABLED #import #else #import #endif #import @interface RNCClipboard : RCTEventEmitter #ifdef RCT_NEW_ARCH_ENABLED #else #endif @end #endif