Sha256: 89367f68804af7af858a6c2fc70fe6b4918452dc777189de03a666bbb42a2808
Contents?: true
Size: 444 Bytes
Versions: 39
Compression:
Stored size: 444 Bytes
Contents
// // TabbedMainView.h // rhorunner // // Created by Dmitry Moskalchuk on 26.03.10. // Copyright 2010 Rhomobile. All rights reserved. // #import <UIKit/UIKit.h> #import "RhoMainView.h" #import "RhoViewController.h" #import "RightViewController.h" @interface SplitViewDelegate : NSObject <UISplitViewControllerDelegate> { RightViewController* rightController; } @property(nonatomic, retain) RightViewController* rightController; @end
Version data entries
39 entries across 39 versions & 1 rubygems