forked from mirrors/linphone-iphone
13 lines
171 B
Objective-C
13 lines
171 B
Objective-C
//
|
|
// CallTester.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 04/04/16.
|
|
//
|
|
//
|
|
|
|
#import "LinphoneTestCase.h"
|
|
|
|
@interface CallTester : LinphoneTestCase
|
|
|
|
@end
|