Files
gitx/PBWebStashController.h
2011-06-12 21:46:30 -06:00

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