This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
JPImagePickerController/JPImagePickerDemo/Classes/JPImagePickerDemoAppDelegate.h
2009-11-11 16:14:21 +01:00

20 lines
467 B
Objective-C

//
// JPImagePickerDemoAppDelegate.h
// JPImagePickerDemo
//
// Created by Jeena on 11.11.09.
// Copyright Jeena Paradies 2009.
// Licence: MIT-Licence
//
@interface JPImagePickerDemoAppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
UINavigationController *navigationController;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UINavigationController *navigationController;
@end