From 43485a9f2798271f2dce0cef58e6708297531b5e Mon Sep 17 00:00:00 2001 From: Matthew Matter Date: Tue, 16 Jan 2018 21:54:33 -0500 Subject: [PATCH] Update Tweak.xm --- Tweak.xm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Tweak.xm b/Tweak.xm index 31fa6d8..36f3e67 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -1,4 +1,9 @@ -NSString *username, *password; +/* + * Tweak.xm + * Date: January 16, 2018 + * Developed by Gh0stByte, All Rights Reserved + */ + NSString *username, *password; // Hook into the main view controller %hook BBLFTWViewController @@ -88,4 +93,4 @@ NSString *username, *password; [self presentViewController:alertController animated:YES completion:nil]; } -%end \ No newline at end of file +%end