linphone-iphone/submodules/MS2/MS2/AppDelegate.h
2016-01-06 12:19:07 +01:00

15 lines
286 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