Extracted RoundedTextFieldCell

This commit is contained in:
michael starke
2013-06-05 12:32:39 +02:00
parent 8c4383b4d1
commit f7c6222910
20 changed files with 182 additions and 160 deletions

View File

@@ -9,12 +9,14 @@
#import "MPViewController.h"
@class MPOutlineViewDelegate;
@class KdbGroup;
@interface MPOutlineViewController : MPViewController
@property (retain, readonly) MPOutlineViewDelegate *outlineDelegate;
@property (assign, nonatomic) BOOL isVisible;
- (void)clearSelection;
- (void)showOutline;