mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
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
|