mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
18 lines
251 B
Objective-C
18 lines
251 B
Objective-C
//
|
|
// LinphoneTestCase.m
|
|
// linphone
|
|
//
|
|
// Created by Guillaume BIENKOWSKI on 19/01/2015.
|
|
//
|
|
//
|
|
|
|
#import "LinphoneTestCase.h"
|
|
|
|
@implementation LinphoneTestCase
|
|
|
|
- (void)beforeAll{
|
|
[tester acknowledgeSystemAlert];
|
|
[super beforeAll];
|
|
}
|
|
|
|
@end
|