changed Demo apps RootView to a TableView

This commit is contained in:
Jeena Paradies 2009-11-11 15:41:15 +01:00
parent 40897a865f
commit 3d21e98b8f
85 changed files with 4428 additions and 343 deletions

View file

@ -1,6 +1,12 @@
//
// Prefix header for all source files of the 'JPImagePickerDemo' target in the 'JPImagePickerDemo' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <Foundation/Foundation.h>