Files
phonegap-plugins/iPhone/LocalNotification/example/Classes/exampleAppDelegate.h
2011-06-21 18:43:12 -07:00

17 lines
244 B
Objective-C

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