linphone-ios/LiblinphoneTester/AppDelegate.h

15 lines
230 B
Objective-C

//
// AppDelegate.h
// LinphoneTester
//
// Created by guillaume on 28/05/2014.
//
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property(strong, nonatomic) UIWindow *window;
@end