forked from mirrors/linphone-iphone
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
|