Sha256: 361f069508d3aa216fcd3329214e5fab5b9c7141e001762181492d20d5e87960
Contents?: true
Size: 449 Bytes
Versions: 32
Compression:
Stored size: 449 Bytes
Contents
// // SignatureView.h // rhorunner // // Created by Soldatenkov Dmitry on 27/07/10. // Copyright 2010 Rhomobile. All rights reserved. // #import <UIKit/UIKit.h> #import "RhoMainView.h" #import "RhoViewController.h" @class NVDelegate; @interface NVViewController : RhoViewController { UIView *nvView; NVDelegate* nvDelegate; } - (id)initWithRect:(CGRect)rect nvview:(UIView*)nvview delegate:(NVDelegate*)delegate; - (void)loadView; @end
Version data entries
32 entries across 32 versions & 1 rubygems