Sha256: a4a9d4ac4045c481f649028dd9913dbc74066226fc97e32bb9e88d498efbdc79
Contents?: true
Size: 605 Bytes
Versions: 10
Compression:
Stored size: 605 Bytes
Contents
// // BarItem.h // rhorunner // // Created by lars on 8/25/09. // Copyright 2009 Home. All rights reserved. // #import <Foundation/Foundation.h> #import "WebViewController.h" @interface BarItem : NSObject { @private BOOL loaded,reload; NSString* label,*location,*icon; WebViewController* viewController; } @property(nonatomic,assign) BOOL loaded; @property(nonatomic,assign) BOOL reload; @property(nonatomic,retain) NSString* label; @property(nonatomic,retain) NSString* location; @property(nonatomic,retain) NSString* icon; @property(nonatomic,retain) WebViewController* viewController; @end
Version data entries
10 entries across 10 versions & 1 rubygems