Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Created April 9, 2012 09:47
Show Gist options
  • Save liorkesos/2342586 to your computer and use it in GitHub Desktop.
Save liorkesos/2342586 to your computer and use it in GitHub Desktop.
BackTrack.m
//
// BackTrack.m
//
#import "BackTrack.h"
@implementation BackTrack
- (void)startTrack:(NSMutableArray*)badgeNumber withDict:(NSMutableDictionary*)options {
/*[[UIApplication sharedApplication] setApplicationIconBadgeNumber:[[ badgeNumber objectAtIndex:0] intValue]];
*/
NSLog ( @"The current date and time is: %@", [NSDate date] );
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment