Cleanup headers

This commit is contained in:
Mikael Sand
2017-08-24 12:42:18 +03:00
parent 13d5157fc1
commit 5372a3078e
11 changed files with 24 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (FontStyle_)
#define FontStyle_
#ifndef FontStyle_h
#define FontStyle_h
NS_ENUM(NSInteger, FontStyle) {
FontStyleNormal,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (FontVariantLigatures_)
#define FontVariantLigatures_
#ifndef FontVariantLigatures_h
#define FontVariantLigatures_h
NS_ENUM(NSInteger, FontVariantLigatures) {
FontVariantLigaturesNormal,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (FontWeight_)
#define FontWeight_
#ifndef FontWeight_h
#define FontWeight_h
NS_ENUM(NSInteger, FontWeight) {
FontWeightNormal,

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextAnchor_)
#define TextAnchor_
#ifndef TextAnchor_h
#define TextAnchor_h
NS_ENUM(NSInteger, TextAnchor) {
TextAnchorStart,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextDecoration_)
#define TextDecoration_
#ifndef TextDecoration_h
#define TextDecoration_h
NS_ENUM(NSInteger, TextDecoration) {
TextDecorationNone,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextLengthAdjust_)
#define TextLengthAdjust_
#ifndef TextLengthAdjust_h
#define TextLengthAdjust_h
NS_ENUM(NSInteger, TextLengthAdjust) {
TextLengthAdjustSpacing,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextPathMethod_)
#define TextPathMethod_
#ifndef TextPathMethod_h
#define TextPathMethod_h
NS_ENUM(NSInteger, TextPathMethod) {
TextPathMethodAlign,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextPathMidLine_)
#define TextPathMidLine_
#ifndef TextPathMidLine_h
#define TextPathMidLine_h
NS_ENUM(NSInteger, TextPathMidLine) {
TextPathMidLineSharp,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextPathSide_)
#define TextPathSide_
#ifndef TextPathSide_h
#define TextPathSide_h
NS_ENUM(NSInteger, TextPathSide) {
TextPathSideLeft,

View File

@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if !defined (TextPathSpacing_)
#define TextPathSpacing_
#ifndef TextPathSpacing_h
#define TextPathSpacing_h
NS_ENUM(NSInteger, TextPathSpacing) {
TextPathSpacingAutoSpacing,