// // SBAppDelegate.h // JDStatusBarNotificationExample // // Created by Markus on 29.10.13. // Copyright (c) 2013 Markus. All rights reserved. // #import <UIKit/UIKit.h> @interface SBAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end