// // AppDelegate.h // nexacro14App // // Created by 김재환 on 2016. 11. 24.. // Copyright © 2016년 com.tobesoft. All rights reserved. // #import #import #import #import @interface AppViewController : NexacroMainViewController @end @interface WebViewDelegate : NexacroWKWebViewDelegate @end @interface AppDelegate : NexacroAppDelegate - (NexacroMainViewController*)initializeMainViewController; @end