Add asserts to Signal iOS .pch.

This commit is contained in:
Matthew Chen 2017-01-04 17:46:26 -05:00
parent 2dac6c888a
commit d28b73cfa3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#endif
#import "iOSVersions.h"
#import "Asserts.h"
#define SignalAlertView(title,msg) [[[UIAlertView alloc] initWithTitle:title message:msg delegate:nil cancelButtonTitle:NSLocalizedString(@"OK", @"") otherButtonTitles:nil, nil] show]
#define SignalReportError [Pastelog reportErrorAndSubmitLogsWithAlertTitle:NSLocalizedString(@"ERROR_WAS_DETECTED_TITLE", @"") alertBody:NSLocalizedString(@"ERROR_WAS_DETECTED_SUBMIT", @"")];