mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
77ad37a76a
This uses images based on those in Mail.app to create a nice looking splitview (Hush, don't tell Apple!)
16 lines
215 B
Objective-C
16 lines
215 B
Objective-C
//
|
|
// PBNiceSplitView.h
|
|
// GitX
|
|
//
|
|
// Created by Pieter de Bie on 31-10-08.
|
|
// Copyright 2008 Pieter de Bie. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface PBNiceSplitView : NSSplitView {
|
|
|
|
}
|
|
|
|
@end
|