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