diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-02 16:57:43 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-02 16:57:43 +0100 |
commit | 084457c9420cfc1e6677cb33434afcc64366229f (patch) | |
tree | a9864bc9586554619c17b005ff3a8956978965b5 /iBean/iBean/EditBeanViewController.h | |
parent | 30d48ecfeac942473a4b08de2ac37816793984b0 (diff) | |
download | iBean-084457c9420cfc1e6677cb33434afcc64366229f.tar.gz iBean-084457c9420cfc1e6677cb33434afcc64366229f.zip |
Thresholds will be processed upon every change of extraction count, and they will be presented in a ordered manner (value).
Diffstat (limited to 'iBean/iBean/EditBeanViewController.h')
-rw-r--r-- | iBean/iBean/EditBeanViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iBean/iBean/EditBeanViewController.h b/iBean/iBean/EditBeanViewController.h index 7d0d8fd..83d7ac9 100644 --- a/iBean/iBean/EditBeanViewController.h +++ b/iBean/iBean/EditBeanViewController.h @@ -14,7 +14,7 @@ @property (nonatomic, assign) NSUInteger editBeanIndex; /* Utility methods */ -- (void) initWithModeAndBeanCollectionAndBeanIndex:(BOOL)editMode: (BeanCollection*) bc: (NSUInteger) beanIndex; +- (void) initWithModeAndBeanCollectionAndBeanIndex:(BOOL)editMode: (BeanCollection*)bc: (NSUInteger) beanIndex; - (void) initViewController; /* UI Outlets */ |