]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_ssl/regressions/SecureTransportTests/STLegacyTests.h
Security-59306.41.2.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / regressions / SecureTransportTests / STLegacyTests.h
1 //
2 // STLegacyTests.h
3 // Security
4 //
5 //
6
7 #ifndef STLegacyTests_h
8 #define STLegacyTests_h
9
10 #import <Foundation/Foundation.h>
11 #include <CoreFoundation/CoreFoundation.h>
12 #import <XCTest/XCTest.h>
13 #define SKIP switch(0) default
14
15 @interface STLegacyTests : XCTestCase
16
17 @end
18
19
20 #endif /* STLegacyTests_h */