Skip to content

Commit 0cfae1e

Browse files
committed
Merge pull request #40 from mkj-is/master
Fixes two Xcode 6 warnings
2 parents e90fead + 59861e7 commit 0cfae1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

Classes/ProgressViews/M13ProgressViewStripedBar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ @interface M13ProgressViewStripedBar ()
3939
/**The action currently being performed.*/
4040
@property (nonatomic, assign) M13ProgressViewAction currentAction;
4141
/**The stripes layer.*/
42-
@property (nonatomic, retain) CAShapeLayer *stripesLayer;
42+
@property (nonatomic, retain) CALayer *stripesLayer;
4343
@end
4444

4545
@implementation M13ProgressViewStripedBar

0 commit comments

Comments
 (0)