Skip to content

Commit

Permalink
http://stackoverflow.com/questions/19789958/xcode-preprocessor-macro-…
Browse files Browse the repository at this point in the history
…to-check-if-base-sdk-ios-7-0
  • Loading branch information
shu223 committed Sep 7, 2016
1 parent 457e440 commit 80ac3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulsingHalo/PulsingHaloLayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import "PulsingHaloLayer.h"

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000
@interface PulsingHaloLayer () <CAAnimationDelegate>
#else
@interface PulsingHaloLayer ()
Expand Down

0 comments on commit 80ac3fb

Please sign in to comment.