Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Porter committed Jul 27, 2016
1 parent edb4468 commit c40f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SendSMS/SendSMS.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ -(void) messageComposeViewController:(MFMessageComposeViewController *)controlle
break;
}

_callback([@(completed), @(cancelled), @(error)]);
_callback(@[@(completed), @(cancelled), @(error)]);

[controller dismissViewControllerAnimated:YES completion:nil];
}
Expand Down

0 comments on commit c40f8c9

Please sign in to comment.