refactor: remove defaultColor/tintColor abstraction layer

This commit is contained in:
Adam Gleitman
2020-11-25 17:09:05 -08:00
parent 9f08d01ba0
commit fe3750dd9f
4 changed files with 6 additions and 13 deletions

View File

@@ -34,8 +34,6 @@
@property (nonatomic, copy) NSArray<NSString *> *propList;
@property (nonatomic, assign) CGPathRef hitArea;
- (RNSVGColor *)defaultColor;
- (void)setHitArea:(CGPathRef)path;
- (NSArray<NSString *> *)getAttributeList;