linphone-ios/submodules/MS2/MS2/AppDelegate.h
2015-05-07 11:54:56 +02:00

17 lines
289 B
Objective-C

//
// AppDelegate.h
// MS2
//
// Created by guillaume on 06/05/2015.
// Copyright (c) 2015 Belldonne Communications. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end