openssl-apple/Classes/OpenSSL_for_iPhoneAppDelegate.h

19 lines
360 B
C
Raw Normal View History

//
2010-06-30 18:54:53 +00:00
// OpenSSL_for_iPhoneAppDelegate.h
// OpenSSL-for-iPhone
//
// Created by Felix Schulze on 01.02.2010.
// Copyright Felix Schulze 2010. All rights reserved.
//
#import <UIKit/UIKit.h>
2010-06-30 18:54:53 +00:00
@interface OpenSSL_for_iPhoneAppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@end