Files
CWStatusBarNotification/CWNotificationDemo/CWNotificationDemo-Prefix.pch
T
Cezary Wojcik fa4d467094 2.0.0
Refactored to be object instead of category and added substantial new
animation features.
2013-11-17 00:26:04 -08:00

17 lines
344 B
Plaintext

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif