Skip to content

Commit

Permalink
Fixing swiftlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misterwell committed Jul 16, 2017
1 parent 33ca1d8 commit 06e29bd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
Expand Down Expand Up @@ -54,6 +64,16 @@
"filename" : "[email protected]",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
Expand Down Expand Up @@ -110,6 +130,11 @@
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/ActivityTracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@property (nonatomic) CGFloat lineWidth;

/** Sets the line cap of the spinner's circle. */
@property (nonatomic, strong) NSString *lineCap;
@property (nonatomic, strong) NSString * _Nullable lineCap;

/** Specifies the timing function to use for the control's animation. Defaults to kCAMediaTimingFunctionEaseInEaseOut */
@property (nullable, nonatomic, strong) CAMediaTimingFunction *timingFunction;
Expand Down

0 comments on commit 06e29bd

Please sign in to comment.