Created
April 9, 2012 09:45
-
-
Save liorkesos/2342580 to your computer and use it in GitHub Desktop.
BackTrack.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Badge.h | |
// | |
// Created by Simon Madine on 29/04/2010. | |
// Copyright 2010 The Angry Robot Zombie Factory. | |
// MIT licensed | |
// | |
// Converted to Cordova by Joseph Stuhr. | |
// | |
#import <Foundation/Foundation.h> | |
#ifdef CORDOVA_FRAMEWORK | |
#import <Cordova/CDVPlugin.h> | |
#else | |
#import "CDVPlugin.h" | |
#endif | |
@interface BackTrack : CDVPlugin { | |
} | |
- (void)startTrack:(NSMutableArray*)badgeNumber withDict:(NSMutableDictionary*)options; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment