]> git.saurik.com Git - apple/security.git/blob - tests/TrustTests/TestRunners/AppDelegate.h
Security-59306.11.20.tar.gz
[apple/security.git] / tests / TrustTests / TestRunners / AppDelegate.h
1 //
2 // AppDelegate.h
3 // TrustTestsRunner
4 //
5 //
6
7 #import <UIKit/UIKit.h>
8
9 @interface AppDelegate : UIResponder <UIApplicationDelegate>
10
11 @property (strong, nonatomic) UIWindow *window;
12
13
14 @end
15