Skip to content

Commit

Permalink
Fix warning about missing enum value in switch statement for CRToastI…
Browse files Browse the repository at this point in the history
…nteractionTypes
  • Loading branch information
Ashton-W committed Jul 19, 2015
1 parent 787daa4 commit d9586e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRToast/CRToast.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
return @"Two Fingers Tap Twice";
case CRToastInteractionTypeTap:
return @"Any Tap";
case CRToastInteractionTypeAll:
return nil;
}
return nil;
}
Expand Down

0 comments on commit d9586e2

Please sign in to comment.