Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Created April 9, 2012 09:45
Show Gist options
  • Save liorkesos/2342580 to your computer and use it in GitHub Desktop.
Save liorkesos/2342580 to your computer and use it in GitHub Desktop.
BackTrack.h
//
// 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