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

Version Path
rhodes-2.1.0 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.3 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.rc2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.rc1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta11 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta10 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta9 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta8 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta7 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta6 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta4 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta3 platform/iphone/Classes/LogOptionsController.h
rhodes-1.5.5 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.0.0.beta1 platform/iphone/Classes/LogOptionsController.h
rhodes-1.5.4 platform/iphone/Classes/LogOptionsController.h
rhodes-1.5.3 platform/iphone/Classes/LogOptionsController.h
rhodes-1.5.2 platform/iphone/Classes/LogOptionsController.h