session-ios/Signal/test/network/rtp/zrtp/DH3KAgreerTest.h
Frederic Jacobs 675956f792 Goodbye OCTest, Hello XCTest
Some tests are still failing after the new key datastore transition.
2014-07-17 01:14:12 +02:00

13 lines
240 B
Objective-C

//
// DH3KAgreerTest.h
// RedPhone
//
// Created by Twisted Oak Studios Mac Mini on 2013-03-21.
// Copyright (c) 2013 Twisted Oak Studios. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface DH3KAgreerTest : XCTestCase
@end