Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion FrameAccessor/ViewFrameAccessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//


#import "TargetConditionals.h"

#define IS_IOS_DEVICE (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)

#if IS_IOS_DEVICE
Expand Down Expand Up @@ -50,4 +52,4 @@
@property (nonatomic, readonly) CGFloat middleX;
@property (nonatomic, readonly) CGFloat middleY;

@end
@end