more class comments

This commit is contained in:
David Catmull
2011-05-20 18:02:07 -06:00
parent a7dc2bf16e
commit 30cbf1a26a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
@class PBHistorySearchController;
// Controls the split history view from PBGitHistoryView.xib
@interface PBGitHistoryController : PBViewController /*<NSOutlineViewDelegate>*/{
IBOutlet PBRefController *refController;
IBOutlet NSSearchField *searchField;
+1
View File
@@ -14,6 +14,7 @@
@class PBViewController, PBGitSidebarController, PBGitCommitController;
// Controls the main repository window from RepositoryWindow.xib
@interface PBGitWindowController : NSWindowController /*<NSWindowDelegate>*/{
__weak PBGitRepository* repository;