Files
react-native-svg/ios/Text/PropHelper.h
2017-08-24 12:42:18 +03:00

18 lines
423 B
Objective-C

#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
#ifndef PropHelper_h
#define PropHelper_h
@interface PropHelper : NSObject
+ (double) fromRelativeWithNSString:(NSString *)length
relative:(double)relative
offset:(double)offset
scale:(double)scale
fontSize:(double)fontSize;
@end
#endif