topical media & game development

talk show tell print

#mobile-application-11-DerbyApp.iPhone-DerbyApp-Classes-AppDelegate.h / h



  //
  //  AppDelegate.h
  //  DerbyApp
  //
  //  Created by Adam Ryder on 1/26/12.
  //  Copyright __MyCompanyName__ 2012. All rights reserved.
  //
  
  #import <UIKit/UIKit.h>
  ifdef PHONEGAP_FRAMEWORK
          #import <PhoneGap/PhoneGapDelegate.h>
  else
          #import <PhoneGapDelegate.h>
  endif
  
  @interface AppDelegate : PhoneGapDelegate {
  
          NSString* invokeString;
  }
  
  // invoke string is passed to your app on launch, this is only valid if you 
  // edit DerbyApp.plist to add a protocol
  // a simple tutorial can be found here : 
  // http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
  
  @property (copy)  NSString* invokeString;
  
  @end
  
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.