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