mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
15 lines
286 B
Objective-C
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
|