From d655615e22963717651e08abad93aeca4a67c555 Mon Sep 17 00:00:00 2001 From: Alexey Belkevich Date: Mon, 19 Oct 2015 14:44:14 +0300 Subject: [PATCH] Fixed build target check Fixed build target check if 'FrameAccessor' imported not via *.pch --- FrameAccessor/ViewFrameAccessor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FrameAccessor/ViewFrameAccessor.h b/FrameAccessor/ViewFrameAccessor.h index c0da42b..68b3288 100644 --- a/FrameAccessor/ViewFrameAccessor.h +++ b/FrameAccessor/ViewFrameAccessor.h @@ -7,6 +7,8 @@ // +#import "TargetConditionals.h" + #define IS_IOS_DEVICE (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE) #if IS_IOS_DEVICE @@ -50,4 +52,4 @@ @property (nonatomic, readonly) CGFloat middleX; @property (nonatomic, readonly) CGFloat middleY; -@end \ No newline at end of file +@end