talk-ios/VideoCalls/AppDelegate.h

19 строки
328 B
Objective-C

//
// AppDelegate.h
// VideoCalls
//
// Created by Ivan Sein on 30.05.17.
// Copyright © 2017 struktur AG. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <UserNotifications/UserNotifications.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end