aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean/BeanCollectionListViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'iBean/iBean/BeanCollectionListViewController.h')
-rw-r--r--iBean/iBean/BeanCollectionListViewController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/iBean/iBean/BeanCollectionListViewController.h b/iBean/iBean/BeanCollectionListViewController.h
index a433417..5ac810d 100644
--- a/iBean/iBean/BeanCollectionListViewController.h
+++ b/iBean/iBean/BeanCollectionListViewController.h
@@ -7,10 +7,11 @@
//
#import <UIKit/UIKit.h>
-
+@class BeanCollection;
@interface BeanCollectionListViewController : UITableViewController
@property (nonatomic, strong) NSArray *beanCollections;
+@property (nonatomic, strong) BeanCollection *beanCollection;
/* Utility methods */
- (void) initViewController;
@@ -19,5 +20,6 @@
/* UI Actions */
+- (IBAction) editButtonPressed: (id)sender;
@end