mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
Cleanup headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (FontStyle_)
|
||||
#define FontStyle_
|
||||
#ifndef FontStyle_h
|
||||
#define FontStyle_h
|
||||
|
||||
NS_ENUM(NSInteger, FontStyle) {
|
||||
FontStyleNormal,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (FontVariantLigatures_)
|
||||
#define FontVariantLigatures_
|
||||
#ifndef FontVariantLigatures_h
|
||||
#define FontVariantLigatures_h
|
||||
|
||||
NS_ENUM(NSInteger, FontVariantLigatures) {
|
||||
FontVariantLigaturesNormal,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (FontWeight_)
|
||||
#define FontWeight_
|
||||
#ifndef FontWeight_h
|
||||
#define FontWeight_h
|
||||
|
||||
NS_ENUM(NSInteger, FontWeight) {
|
||||
FontWeightNormal,
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
#if !defined (PropHelper_)
|
||||
#define PropHelper_
|
||||
#ifndef PropHelper_h
|
||||
#define PropHelper_h
|
||||
|
||||
@interface PropHelper : NSObject
|
||||
|
||||
+ (double) fromRelativeWithNSString:(NSString *)length
|
||||
@@ -12,4 +13,5 @@
|
||||
fontSize:(double)fontSize;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextAnchor_)
|
||||
#define TextAnchor_
|
||||
#ifndef TextAnchor_h
|
||||
#define TextAnchor_h
|
||||
|
||||
NS_ENUM(NSInteger, TextAnchor) {
|
||||
TextAnchorStart,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextDecoration_)
|
||||
#define TextDecoration_
|
||||
#ifndef TextDecoration_h
|
||||
#define TextDecoration_h
|
||||
|
||||
NS_ENUM(NSInteger, TextDecoration) {
|
||||
TextDecorationNone,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextLengthAdjust_)
|
||||
#define TextLengthAdjust_
|
||||
#ifndef TextLengthAdjust_h
|
||||
#define TextLengthAdjust_h
|
||||
|
||||
NS_ENUM(NSInteger, TextLengthAdjust) {
|
||||
TextLengthAdjustSpacing,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextPathMethod_)
|
||||
#define TextPathMethod_
|
||||
#ifndef TextPathMethod_h
|
||||
#define TextPathMethod_h
|
||||
|
||||
NS_ENUM(NSInteger, TextPathMethod) {
|
||||
TextPathMethodAlign,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextPathMidLine_)
|
||||
#define TextPathMidLine_
|
||||
#ifndef TextPathMidLine_h
|
||||
#define TextPathMidLine_h
|
||||
|
||||
NS_ENUM(NSInteger, TextPathMidLine) {
|
||||
TextPathMidLineSharp,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextPathSide_)
|
||||
#define TextPathSide_
|
||||
#ifndef TextPathSide_h
|
||||
#define TextPathSide_h
|
||||
|
||||
NS_ENUM(NSInteger, TextPathSide) {
|
||||
TextPathSideLeft,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if !defined (TextPathSpacing_)
|
||||
#define TextPathSpacing_
|
||||
#ifndef TextPathSpacing_h
|
||||
#define TextPathSpacing_h
|
||||
|
||||
NS_ENUM(NSInteger, TextPathSpacing) {
|
||||
TextPathSpacingAutoSpacing,
|
||||
|
||||
Reference in New Issue
Block a user