// This guard prevent this file to be compiled in the old architecture. #ifdef RCT_NEW_ARCH_ENABLED #import #import #ifndef MattermostKeyboardTrackerViewNativeComponent_h #define MattermostKeyboardTrackerViewNativeComponent_h NS_ASSUME_NONNULL_BEGIN @interface MattermostKeyboardTrackerView : RCTViewComponentView @end NS_ASSUME_NONNULL_END #endif /* MattermostKeyboardTrackerViewNativeComponent_h */ #endif /* RCT_NEW_ARCH_ENABLED */