MarkerMurderAppDelegate.h
351 Bytes
//
// Sample2AppDelegate.h
// SampleMap : Diagnostic map
//
#import <UIKit/UIKit.h>
#import "RMMapView.h"
@class RootViewController;
@interface MarkerMurderAppDelegate : NSObject <UIApplicationDelegate>
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet RootViewController *rootViewController;
@end