linphone-iphone/KifTests/LinphoneTestCase.m
2015-01-19 21:50:29 +01:00

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