move renderLayerTo to Renderable

Move renderLayerTo to Renderable.
This commit is contained in:
Horcrux
2017-01-08 17:43:03 +08:00
parent 431b61ce76
commit 4f54fe219f
7 changed files with 103 additions and 111 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#import "RNSVGPath.h"
@interface RNSVGLine : RNSVGPath
@interface RNSVGLine : RNSVGRenderable
@property (nonatomic, strong) NSString* x1;
@property (nonatomic, strong) NSString* y1;
@property (nonatomic, strong) NSString* x2;