Skip to content

Commit

Permalink
Remove CAAnimationDelegate protocol [obj-c]
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Sep 11, 2016
1 parent 7ac46e8 commit ef015b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ObjC/MarqueeLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ - (NSArray *)controlPoints;
- (CGFloat)durationPercentageForPositionPercentage:(CGFloat)positionPercentage withDuration:(NSTimeInterval)duration;
@end

@interface MarqueeLabel() <CAAnimationDelegate>
@interface MarqueeLabel()

@property (nonatomic, strong) UILabel *subLabel;

Expand Down

0 comments on commit ef015b6

Please sign in to comment.