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

Version Path
rhodes-2.4.0 platform/iphone/Classes/LogOptionsController.h
rhodes-2.4.0.beta.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.4.0.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.2.beta.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.2.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.1.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.0 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.0.beta.3 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.0.beta.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.3.0.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.6 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.6.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.5 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.5.beta.3 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.5.beta.2 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.5.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.4.beta.1 platform/iphone/Classes/LogOptionsController.h
rhodes-2.2.3 platform/iphone/Classes/LogOptionsController.h