12 lines
231 B
C
12 lines
231 B
C
|
// 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
|