refactor: Reorganize some constants

This commit is contained in:
Andrea Busi
2020-09-21 14:43:27 +02:00
parent 0f5c4fc8dc
commit ea2573c17c
2 changed files with 10 additions and 17 deletions
@@ -472,12 +472,10 @@
[self presentViewController:alertController animated:YES completion:nil];
}
-(void)apriTwitter:(id)sender{
// TWITTER_LINK
- (void)apriTwitter:(id)sender
{
UIApplication *mySafari = [UIApplication sharedApplication];
NSURL *myURL = [[NSURL alloc]initWithString:TWITTER_LINK];
NSURL *myURL = [[NSURL alloc]initWithString:EQNTwitterProfileUrl];
[mySafari openURL:myURL options:@{} completionHandler:nil];
}