mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 14:25:14 +00:00
16 lines
426 B
Objective-C
16 lines
426 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
#if !defined (PropHelper_)
|
|
#define PropHelper_
|
|
@interface PropHelper : NSObject
|
|
|
|
+ (double) fromRelativeWithNSString:(NSString *)length
|
|
relative:(double)relative
|
|
offset:(double)offset
|
|
scale:(double)scale
|
|
fontSize:(double)fontSize;
|
|
|
|
@end
|
|
#endif
|