mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
13 lines
169 B
Objective-C
13 lines
169 B
Objective-C
//
|
|
// LinphoneTestCase.h
|
|
// linphone
|
|
//
|
|
// Created by Guillaume BIENKOWSKI on 19/01/2015.
|
|
//
|
|
//
|
|
|
|
#import <KIF/KIF.h>
|
|
|
|
@interface LinphoneTestCase : KIFTestCase
|
|
|
|
@end
|