mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[React Native] Update RCTView border implementation
This commit is contained in:
@@ -13,13 +13,6 @@
|
||||
|
||||
#import "RCTPointerEvents.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger, RCTBorderSide) {
|
||||
RCTBorderSideTop,
|
||||
RCTBorderSideRight,
|
||||
RCTBorderSideBottom,
|
||||
RCTBorderSideLeft
|
||||
};
|
||||
|
||||
@protocol RCTAutoInsetsProtocol;
|
||||
|
||||
@interface RCTView : UIView
|
||||
|
||||
Reference in New Issue
Block a user