// // AppDelegate.h // libindy-demo // // Created by Kirill Neznamov on 10/05/2017. // Copyright © 2017 Kirill Neznamov. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end