openssl-apple/Classes/OpenSSL_1AppDelegate.h

19 lines
333 B
C
Raw Normal View History

//
// OpenSSL_1AppDelegate.h
// OpenSSL-1
//
// Created by Felix Schulze on 01.02.2010.
// Copyright Felix Schulze 2010. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OpenSSL_1AppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@end