Skip to content

Commit

Permalink
Enabled to be built with both iOS 9 or lower and 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Sep 7, 2016
1 parent 25aa12f commit 457e440
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"

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

0 comments on commit 457e440

Please sign in to comment.