init
This commit is contained in:
parent
6e2ee18b11
commit
40897a865f
24 changed files with 2524 additions and 0 deletions
16
JPImagePickerDemo/Classes/JPImagePickerDemoViewController.h
Normal file
16
JPImagePickerDemo/Classes/JPImagePickerDemoViewController.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// JPImagePickerDemoViewController.h
|
||||
// JPImagePickerDemo
|
||||
//
|
||||
// Created by Jeena on 11.11.09.
|
||||
// Copyright __MyCompanyName__ 2009. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface JPImagePickerDemoViewController : UIViewController {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
Reference in a new issue