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
+4 -2
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