mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 19:39:35 +00:00
interims update
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
//
|
||||
|
||||
#import "MPOutlineDataSource.h"
|
||||
#import "MPDatabaseDocument.h"
|
||||
|
||||
@implementation MPOutlineDataSource
|
||||
|
||||
- (NSInteger)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(id)item {
|
||||
return 10;
|
||||
return 1;
|
||||
}
|
||||
- (id)outlineView:(NSOutlineView *)outlineView child:(NSInteger)index ofItem:(id)item {
|
||||
return nil;
|
||||
return @"Super";
|
||||
}
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item {
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user