SBAppDelegate.h 295 B

123456789101112131415
  1. //
  2. // SBAppDelegate.h
  3. // JDStatusBarNotificationExample
  4. //
  5. // Created by Markus on 29.10.13.
  6. // Copyright (c) 2013 Markus. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SBAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end