File tree Expand file tree Collapse file tree 11 files changed +21
-13
lines changed
Expand file tree Collapse file tree 11 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
99
10- #import " UIView+React.h"
10+ #import < React/ UIView+React.h>
1111
1212/* *
1313 * ART nodes are implemented as empty UIViews but this is just an implementation detail to fit
Original file line number Diff line number Diff line change 99
1010#import " ARTSurfaceView.h"
1111
12+ #import < React/RCTLog.h>
13+
1214#import " ARTNode.h"
13- #import " RCTLog.h"
1415
1516@implementation ARTSurfaceView
1617
Original file line number Diff line number Diff line change 99
1010#import " ARTBrush.h"
1111
12- #import " RCTDefines.h"
12+ #import < React/ RCTDefines.h>
1313
1414@implementation ARTBrush
1515
Original file line number Diff line number Diff line change 99
1010#import " ARTLinearGradient.h"
1111
12+ #import < React/RCTLog.h>
13+
1214#import " RCTConvert+ART.h"
13- #import " RCTLog.h"
1415
1516@implementation ARTLinearGradient
1617{
Original file line number Diff line number Diff line change 99
1010#import " ARTPattern.h"
1111
12+ #import < React/RCTLog.h>
13+
1214#import " RCTConvert+ART.h"
13- #import " RCTLog.h"
1415
1516@implementation ARTPattern
1617{
Original file line number Diff line number Diff line change 99
1010#import " ARTRadialGradient.h"
1111
12+ #import < React/RCTLog.h>
13+
1214#import " RCTConvert+ART.h"
13- #import " RCTLog.h"
1415
1516@implementation ARTRadialGradient
1617{
Original file line number Diff line number Diff line change 99
1010#import " ARTSolidColor.h"
1111
12+ #import < React/RCTLog.h>
13+
1214#import " RCTConvert+ART.h"
13- #import " RCTLog.h"
1415
1516@implementation ARTSolidColor
1617{
Original file line number Diff line number Diff line change 99
1010#import < QuartzCore/QuartzCore.h>
1111
12+ #import < React/RCTConvert.h>
13+
1214#import " ARTBrush.h"
1315#import " ARTCGFloatArray.h"
1416#import " ARTTextFrame.h"
15- #import " RCTConvert.h"
1617
1718@interface RCTConvert (ART)
1819
Original file line number Diff line number Diff line change 99
1010#import " RCTConvert+ART.h"
1111
12+ #import < React/RCTFont.h>
13+ #import < React/RCTLog.h>
14+
1215#import " ARTLinearGradient.h"
1316#import " ARTPattern.h"
1417#import " ARTRadialGradient.h"
1518#import " ARTSolidColor.h"
16- #import " RCTLog.h"
17- #import " RCTFont.h"
1819
1920@implementation RCTConvert (ART)
2021
Original file line number Diff line number Diff line change 77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
99
10- #import " ARTNode.h"
11- #import " RCTViewManager.h"
10+ #import < React/RCTViewManager.h>
11+
12+ @class ARTNode;
1213
1314@interface ARTNodeManager : RCTViewManager
1415
You can’t perform that action at this time.
0 commit comments