You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Performs the save action for the application, which is to send the save: message to the application's managed object context. Any encountered errors are presented to the user.
[Common showAlertWithTitle:@"Invalid email address"andMessage:@"The email address entered was invalid. Please reenter it (Example: username@example.com).\n\nFor multiple email please enter like (username@example.com,username2@example.com,username@example2.com)."];
28
28
}
29
29
30
-
#pragma mark - Parse customised message with project details
30
+
//MARK: - Parse customised message with project details
0 commit comments