Skip to content

Instantly share code, notes, and snippets.

@S1ReX
Created November 12, 2012 14:24
Show Gist options
  • Save S1ReX/4059689 to your computer and use it in GitHub Desktop.
Save S1ReX/4059689 to your computer and use it in GitHub Desktop.
%hook SBTelephonyManager
-(NSString *)operatorName {
NSString *dateString = @"DateGoesHere";
return dateString;
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment