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