mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
17 lines
291 B
Objective-C
17 lines
291 B
Objective-C
//
|
|
// PBWebStashController.h
|
|
//
|
|
// Created by David Catmull on 12-06-11.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "PBWebCommitController.h"
|
|
|
|
@class PBStashContentController;
|
|
|
|
@interface PBWebStashController : PBWebCommitController {
|
|
IBOutlet PBStashContentController *stashController;
|
|
}
|
|
|
|
@end
|