// // exampleAppDelegate.h // example // // Created by Gregamel on 4/3/11. // Copyright Boeing 2011. All rights reserved. // #import #import "PhoneGapDelegate.h" @interface exampleAppDelegate : PhoneGapDelegate { } @end