mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 21:09:33 +00:00
Initial commit for Project with ignore file
This commit is contained in:
18
MacPass/MPOutlineViewDelegate.m
Normal file
18
MacPass/MPOutlineViewDelegate.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPOutlineViewDelegate.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 21.07.12.
|
||||
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPOutlineViewDelegate.h"
|
||||
|
||||
@implementation MPOutlineViewDelegate
|
||||
|
||||
- (NSView *)outlineView:(NSOutlineView *)outlineView viewForTableColumn:(NSTableColumn *)tableColumn item:(id)item {
|
||||
NSView *view = [outlineView makeViewWithIdentifier:@"OutlineViewCell" owner:self];
|
||||
return view;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user