Sha256: f6c1e77f6264e3a38fca84b3ef1762b209bb385a28a4c78e4ee53dc843efa66c
Contents?: true
Size: 534 Bytes
Versions: 26
Compression:
Stored size: 534 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> @interface LogOptionsController : UIViewController <UIScrollViewDelegate, UITextViewDelegate, UIPickerViewDelegate> { UITableView *tableView; UITextView *textViewEnabledCategories; UITextView *textViewDisabledCategories; NSArray *pickerViewArray; int selectedRow; } @property (nonatomic, retain) UITableView *tableView; @end
Version data entries
26 entries across 26 versions & 1 rubygems