Refactored to be object instead of category and added substantial new animation features.
16 lines
293 B
Objective-C
16 lines
293 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// CWNotificationDemo
|
|
//
|
|
// Created by Cezary Wojcik on 11/15/13.
|
|
// Copyright (c) 2013 Cezary Wojcik. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|