refactor: Reorganize some constants
This commit is contained in:
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user