Sha256: 2476d393658fe7a1e20bd58d1cd781a1b10ac93ce79a2a95fac2036bc0ce3d20

Contents?: true

Size: 428 Bytes

Versions: 10

Compression:

Stored size: 428 Bytes

Contents

//
//  NativeBar.h
//  rhorunner
//
//  Created by lars on 8/21/09.
//  Copyright 2009 Home. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#define TOOLBAR_TYPE	0
#define TABBAR_TYPE		1
#define NOBAR_TYPE		2

@interface NativeBar : NSObject 
{
@private
	int barType;
	NSArray* barItemDataArray;
}

@property(assign) int barType;
@property(nonatomic, retain) NSArray* barItemDataArray;

@end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rhodes-1.5.5 platform/iphone/Classes/NativeBar.h
rhodes-1.5.4 platform/iphone/Classes/NativeBar.h
rhodes-1.5.3 platform/iphone/Classes/NativeBar.h
rhodes-1.5.2 platform/iphone/Classes/NativeBar.h
rhodes-1.5.1 platform/iphone/Classes/NativeBar.h
rhodes-1.5.0 platform/iphone/Classes/NativeBar.h
rhodes-1.4.2 platform/iphone/Classes/NativeBar.h
rhodes-1.4.1 platform/iphone/Classes/NativeBar.h
rhodes-1.4.0 platform/iphone/Classes/NativeBar.h
rhodes-1.2.2 platform/iphone/Classes/NativeBar.h