Skip to content

Commit

Permalink
- Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrGraschenkov committed Oct 4, 2016
1 parent a40b698 commit 104c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagicPieLayer/PieLayer.m
Expand Up @@ -48,7 +48,7 @@ - (NSArray*)animationValuesToPieElement:(PieElement*)anotherElement pieLayer:(Pi
static NSString * const _animationValuesKey = @"animationValues";

#pragma mark - PieLayer
@interface PieLayer ()
@interface PieLayer () <CAAnimationDelegate>
{
BOOL _isNotCopyForAnimation;
}
Expand Down

0 comments on commit 104c11b

Please sign in to comment.