Skip to content

Commit

Permalink
Fixed inconsistent value for key constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton-W committed Mar 24, 2015
1 parent 919fcd9 commit 11bc1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRToast/CRToast.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ + (instancetype)interactionResponderWithInteractionType:(CRToastInteractionType)
NSString *const kCRToastNotificationPresentationTypeKey = @"kCRToastNotificationPresentationTypeKey";

NSString *const kCRToastUnderStatusBarKey = @"kCRToastUnderStatusBarKey";
NSString *const kCRToastKeepNavigationBarBorderKey = @"kCRToastKeepNavigationBarBorder";
NSString *const kCRToastKeepNavigationBarBorderKey = @"kCRToastKeepNavigationBarBorderKey";

NSString *const kCRToastAnimationInTypeKey = @"kCRToastAnimationInTypeKey";
NSString *const kCRToastAnimationOutTypeKey = @"kCRToastAnimationOutTypeKey";
Expand Down

0 comments on commit 11bc1d3

Please sign in to comment.