mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-10 10:59:04 +00:00
19 lines
333 B
C
19 lines
333 B
C
|
//
|
||
|
// 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
|
||
|
|