BezierPath => BezierTransformer

This commit is contained in:
Horcrux
2017-01-10 13:14:51 +08:00
parent b15d0791e0
commit 155ce27594
6 changed files with 54 additions and 56 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
#import <Foundation/Foundation.h>
#import <CoreText/CoreText.h>
#import "RNSVGText.h"
#import "RNSVGBezierPath.h"
#import "RNSVGBezierTransformer.h"
@interface RNSVGTextPath : RNSVGText
@property (nonatomic, strong) NSString *href;
@property (nonatomic, strong) NSString *startOffset;
- (RNSVGBezierPath *)getBezierPath;
- (RNSVGBezierTransformer *)getBezierTransformer;
@end