MBHudDemoTVAppDelegate.m 361 B

1234567891011121314151617
  1. //
  2. // MBHudDemoTV.m
  3. // HudDemoTV
  4. //
  5. // Created by Matej Bukovinski on 17. 07. 16.
  6. // Copyright © 2016 Matej Bukovinski. All rights reserved.
  7. //
  8. #import "MBHudDemoTVAppDelegate.h"
  9. @implementation MBHudDemoTVAppDelegate
  10. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  11. return YES;
  12. }
  13. @end