mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
18 lines
270 B
Objective-C
18 lines
270 B
Objective-C
//
|
|
// KIFTestCase+LinphoneExtras.h
|
|
// linphone
|
|
//
|
|
// Created by Guillaume on 17/01/2015.
|
|
//
|
|
//
|
|
|
|
#import <KIF/KIF.h>
|
|
|
|
@interface KIFTestCase (LinphoneExtras)
|
|
|
|
@property BOOL invalidAccountSet;
|
|
|
|
- (void)switchToValidAccountIfNeeded;
|
|
- (NSString*)accountUsername;
|
|
|
|
@end
|