Sha256: bbdb9e40f90229515dd704f5c153055c5e5adc32baa8760218dfd0014f5307f1
Contents?: true
Size: 488 Bytes
Versions: 50
Compression:
Stored size: 488 Bytes
Contents
// // LogViewController.h // rhorunner // // Created by Vlad on 4/15/09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #import "RhoViewController.h" @interface LogViewController : RhoViewController <UIScrollViewDelegate, UITextViewDelegate> { UITextView *textView; @public id actionTarget; SEL onShowLogOptions; } @property (assign) id actionTarget; @property (assign) SEL onShowLogOptions; @end
Version data entries
50 entries across 50 versions & 1 rubygems