// Copyright 2004-present Facebook. All Rights Reserved.
#import <UIKit/UIKit.h>
#import "RCTViewNodeProtocol.h"
//TODO: let's try to eliminate this category if possible
@interface UIView (ReactKit) <RCTViewNodeProtocol>
@end