Created
September 9, 2011 11:40
-
-
Save tuxcanfly/1205997 to your computer and use it in GitHub Desktop.
This file contains 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
// | |
// 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