File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ typedef enum {
15
15
} M13ProgressViewMetroAnimationShape;
16
16
17
17
/* *The layer that the `M13ProgressViewMetro` animates.*/
18
- @interface M13ProgressViewMetroDot : CALayer < NSCopying >
18
+ @interface M13ProgressViewMetroDot : CALayer
19
19
20
20
/* *Wether or not the dot is highlighted. The dot becomes highlighted to show progress.*/
21
21
@property (nonatomic , assign ) BOOL highlighted;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ @interface M13ProgressViewStripedBar ()
39
39
/* *The action currently being performed.*/
40
40
@property (nonatomic , assign ) M13ProgressViewAction currentAction;
41
41
/* *The stripes layer.*/
42
- @property (nonatomic , retain ) CAShapeLayer *stripesLayer;
42
+ @property (nonatomic , retain ) CALayer *stripesLayer;
43
43
@end
44
44
45
45
@implementation M13ProgressViewStripedBar
You can’t perform that action at this time.
0 commit comments