Commit 9024998 1 parent d043775 commit 9024998 Copy full SHA for 9024998
File tree 11 files changed +21
-13
lines changed
11 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 7
7
* of patent rights can be found in the PATENTS file in the same directory.
8
8
*/
9
9
10
- #import " UIView+React.h"
10
+ #import < React/ UIView+React.h>
11
11
12
12
/* *
13
13
* 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 9
9
10
10
#import " ARTSurfaceView.h"
11
11
12
+ #import < React/RCTLog.h>
13
+
12
14
#import " ARTNode.h"
13
- #import " RCTLog.h"
14
15
15
16
@implementation ARTSurfaceView
16
17
Original file line number Diff line number Diff line change 9
9
10
10
#import " ARTBrush.h"
11
11
12
- #import " RCTDefines.h"
12
+ #import < React/ RCTDefines.h>
13
13
14
14
@implementation ARTBrush
15
15
Original file line number Diff line number Diff line change 9
9
10
10
#import " ARTLinearGradient.h"
11
11
12
+ #import < React/RCTLog.h>
13
+
12
14
#import " RCTConvert+ART.h"
13
- #import " RCTLog.h"
14
15
15
16
@implementation ARTLinearGradient
16
17
{
Original file line number Diff line number Diff line change 9
9
10
10
#import " ARTPattern.h"
11
11
12
+ #import < React/RCTLog.h>
13
+
12
14
#import " RCTConvert+ART.h"
13
- #import " RCTLog.h"
14
15
15
16
@implementation ARTPattern
16
17
{
Original file line number Diff line number Diff line change 9
9
10
10
#import " ARTRadialGradient.h"
11
11
12
+ #import < React/RCTLog.h>
13
+
12
14
#import " RCTConvert+ART.h"
13
- #import " RCTLog.h"
14
15
15
16
@implementation ARTRadialGradient
16
17
{
Original file line number Diff line number Diff line change 9
9
10
10
#import " ARTSolidColor.h"
11
11
12
+ #import < React/RCTLog.h>
13
+
12
14
#import " RCTConvert+ART.h"
13
- #import " RCTLog.h"
14
15
15
16
@implementation ARTSolidColor
16
17
{
Original file line number Diff line number Diff line change 9
9
10
10
#import < QuartzCore/QuartzCore.h>
11
11
12
+ #import < React/RCTConvert.h>
13
+
12
14
#import " ARTBrush.h"
13
15
#import " ARTCGFloatArray.h"
14
16
#import " ARTTextFrame.h"
15
- #import " RCTConvert.h"
16
17
17
18
@interface RCTConvert (ART)
18
19
Original file line number Diff line number Diff line change 9
9
10
10
#import " RCTConvert+ART.h"
11
11
12
+ #import < React/RCTFont.h>
13
+ #import < React/RCTLog.h>
14
+
12
15
#import " ARTLinearGradient.h"
13
16
#import " ARTPattern.h"
14
17
#import " ARTRadialGradient.h"
15
18
#import " ARTSolidColor.h"
16
- #import " RCTLog.h"
17
- #import " RCTFont.h"
18
19
19
20
@implementation RCTConvert (ART)
20
21
Original file line number Diff line number Diff line change 7
7
* of patent rights can be found in the PATENTS file in the same directory.
8
8
*/
9
9
10
- #import " ARTNode.h"
11
- #import " RCTViewManager.h"
10
+ #import < React/RCTViewManager.h>
11
+
12
+ @class ARTNode;
12
13
13
14
@interface ARTNodeManager : RCTViewManager
14
15
Original file line number Diff line number Diff line change 7
7
* of patent rights can be found in the PATENTS file in the same directory.
8
8
*/
9
9
10
- #import " RCTViewManager.h"
10
+ #import < React/ RCTViewManager.h>
11
11
12
12
@interface ARTSurfaceViewManager : RCTViewManager
13
13
You can’t perform that action at this time.
0 commit comments