Sha256: ae23e0cf821df39690dd011f6d0e377dec0aea31fdbfdf3fbf36471db2bf1656
Contents?: true
Size: 413 Bytes
Versions: 23
Compression:
Stored size: 413 Bytes
Contents
// // DateTimePickerViewController.h // rhorunner // // Created by Dmitry Soldatenkov on 02.03.12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "RhoViewController.h" @interface DateTimePickerViewController : RhoViewController { CGRect myrect; } - (id)initWithRect:(CGRect)rect; -(void)makeTransparencyBackground; -(void)makeGrayBacground; @end
Version data entries
23 entries across 23 versions & 2 rubygems