Sha256: a3996e5a4f6eda455def6f8d019496d00118dc986f3f11e7310d18bc92ad2abc
Contents?: true
Size: 565 Bytes
Versions: 50
Compression:
Stored size: 565 Bytes
Contents
// // LogOptionsController.h // rhorunner // // Created by Vlad on 4/17/09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #import "RhoViewController.h" @interface LogOptionsController : RhoViewController <UIScrollViewDelegate, UITextViewDelegate, UIPickerViewDelegate> { UITableView *tableView; UITextView *textViewEnabledCategories; UITextView *textViewDisabledCategories; NSArray *pickerViewArray; int selectedRow; } @property (nonatomic, retain) UITableView *tableView; @end
Version data entries
50 entries across 50 versions & 1 rubygems