Skip to content

Commit 59861e7

Browse files
committed
Fixes warning about NSCopying in Xcode 6
1 parent 3b158aa commit 59861e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/ProgressViews/M13ProgressViewMetro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ typedef enum {
1515
} M13ProgressViewMetroAnimationShape;
1616

1717
/**The layer that the `M13ProgressViewMetro` animates.*/
18-
@interface M13ProgressViewMetroDot : CALayer <NSCopying>
18+
@interface M13ProgressViewMetroDot : CALayer
1919

2020
/**Wether or not the dot is highlighted. The dot becomes highlighted to show progress.*/
2121
@property (nonatomic, assign) BOOL highlighted;

0 commit comments

Comments
 (0)