Sha256: 7951bf860ec9d745cec80657238eb4180b1ede9715fd3e5344e51c5d836bcb50
Contents?: true
Size: 601 Bytes
Versions: 8
Compression:
Stored size: 601 Bytes
Contents
// // SimpleMainView.h // rhorunner // // Created by Dmitry Moskalchuk on 07.03.10. // Copyright 2010 Rhomobile Inc. All rights reserved. // #import <UIKit/UIKit.h> #import "RhoMainView.h" @interface SimpleMainView : UIViewController <RhoMainView, UIWebViewDelegate> { UIView *parent; UIView *root; UIWebView *webView; UIToolbar *toolbar; UINavigationBar *navbar; } @property (retain) UIView *root; - (id)initWithMainView:(id<RhoMainView>)v; - (id)initWithMainView:(id<RhoMainView>)v toolbar:(NSArray*)items; - (id)initWithParentView:(UIView *)p frame:(CGRect)frame; @end
Version data entries
8 entries across 8 versions & 1 rubygems