- //
- // MBHudDemoTV.h
- // HudDemoTV
- //
- // Created by Matej Bukovinski on 17. 07. 16.
- // Copyright © 2016 Matej Bukovinski. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MBHudDemoTVAppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|