Sha256: 8e730b303db8243d57fe24f5875f2d3b79e27eb7fde2a60b082e8c7806feda87
Contents?: true
Size: 489 Bytes
Versions: 50
Compression:
Stored size: 489 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 SignatureDelegate; @interface SignatureViewController : RhoViewController { UIView *signatureView; UIToolbar *toolbar; SignatureDelegate* signatureDelegate; } - (id)initWithRect:(CGRect)rect delegate:(SignatureDelegate*)delegate; - (void)loadView; @end
Version data entries
50 entries across 50 versions & 1 rubygems