mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
refactor: rename ios/ source folder to apple/
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import "RNSVGLength.h"
|
||||
|
||||
#ifndef RNSVGPropHelper_h
|
||||
#define RNSVGPropHelper_h
|
||||
|
||||
@interface RNSVGPropHelper : NSObject
|
||||
|
||||
+ (CGFloat) fromRelativeWithNSString:(NSString *)length
|
||||
relative:(CGFloat)relative
|
||||
fontSize:(CGFloat)fontSize;
|
||||
|
||||
+ (CGFloat) fromRelative:(RNSVGLength*)length
|
||||
relative:(CGFloat)relative
|
||||
fontSize:(CGFloat)fontSize;
|
||||
|
||||
+ (CGFloat)fromRelative:(RNSVGLength*)length
|
||||
relative:(CGFloat)relative;
|
||||
@end
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user