Skip to content

Commit

Permalink
Remove version check for CAAnimationDelegate (apparently no validatio…
Browse files Browse the repository at this point in the history
…n issues).
  • Loading branch information
cbpowell committed Apr 22, 2017
1 parent c2986bc commit 33102a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/ObjC/MarqueeLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ typedef NS_ENUM(NSUInteger, MarqueeType) {
*/

IB_DESIGNABLE
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_10_0
@interface MarqueeLabel : UILabel <CAAnimationDelegate>
#else
@interface MarqueeLabel : UILabel
#endif

////////////////////////////////////////////////////////////////////////////////
/// @name Creating MarqueeLabels
////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 33102a5

Please sign in to comment.