Skip to content

Instantly share code, notes, and snippets.

@tuxcanfly
Created September 9, 2011 11:40
Show Gist options
  • Save tuxcanfly/1205997 to your computer and use it in GitHub Desktop.
Save tuxcanfly/1205997 to your computer and use it in GitHub Desktop.
//
// AwesomeAppAppDelegate.h
// AwesomeApp
//
// Created by admin on 10/05/11.
// Copyright __MyCompanyName__ 2011. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PhoneGapDelegate.h"
@interface AwesomeAppAppDelegate : PhoneGapDelegate {
// Database variables
NSString *databaseName;
NSString *databasePath;
NSString *databaseFile;
NSString *masterName;
NSString *masterPath;
NSString *masterFile;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment