// // MBHudDemoTV.m // HudDemoTV // // Created by Matej Bukovinski on 17. 07. 16. // Copyright © 2016 Matej Bukovinski. All rights reserved. // #import "MBHudDemoTVAppDelegate.h" @implementation MBHudDemoTVAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { return YES; } @end