Skip to content

Commit

Permalink
Make SBIconView declare that it is CAAnimationDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
eswick committed Jan 30, 2017
1 parent 1b56284 commit 3403ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SBIconView.xm
Expand Up @@ -30,7 +30,7 @@

@end

@interface SBIconView ()
@interface SBIconView () <CAAnimationDelegate>

@property (nonatomic, retain) UIView *indicatorView;
@property (nonatomic, retain) NSTimer *bounceTimer;
Expand Down

0 comments on commit 3403ea8

Please sign in to comment.