MBHudDemoTVAppDelegate.h 303 B

12345678910111213141516
  1. //
  2. // MBHudDemoTV.h
  3. // HudDemoTV
  4. //
  5. // Created by Matej Bukovinski on 17. 07. 16.
  6. // Copyright © 2016 Matej Bukovinski. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MBHudDemoTVAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end