dirs (owner)

Revisions

gist: 147886 Download_button fork
public
Public Clone URL: git://gist.github.com/147886.git
Embed All Files: show embed
date.h #
1
2
3
4
5
6
7
8
9
10
11
12
13
#import <Foundation/Foundation.h>
 
@interface Date : UIViewController
{
UIDatePicker *datePickerView;
}
 
@property (nonatomic, retain) UIDatePicker *datePickerView;
 
+ (void) show:(NSString*)options forWebView:(UIWebView*)webView;
- (void) show;
 
@end