rename & add to project

This commit is contained in:
David Catmull
2011-06-03 15:51:10 -06:00
parent 9b0ce4ca3c
commit 1a35f02ec6
4 changed files with 37 additions and 28 deletions
+23
View File
@@ -0,0 +1,23 @@
//
// PBStashViewController.h
// GitX
//
// Created by David Catmull on 20-06-11.
// Copyright 2011. All rights reserved.
//
#import "PBStashViewController.h"
#import "PBGitStash.h"
@implementation PBStashViewController
- (void) awakeFromNib
{
}
- (void) showStash:(PBGitStash*)stash
{
[webController changeContentTo:stash];
}
@end