[React Native] Update RCTView border implementation

This commit is contained in:
Alex Akers
2015-04-27 03:50:07 -07:00
parent 136431cc2f
commit 826b56a41b
6 changed files with 391 additions and 163 deletions

View File

@@ -13,13 +13,6 @@
#import "RCTPointerEvents.h"
typedef NS_ENUM(NSInteger, RCTBorderSide) {
RCTBorderSideTop,
RCTBorderSideRight,
RCTBorderSideBottom,
RCTBorderSideLeft
};
@protocol RCTAutoInsetsProtocol;
@interface RCTView : UIView